#7F3EF3

Color #7F3EF3 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7F3EF3

Tints of Blue Violet #7F3EF3

Color information

#7F3EF3 (or 0x7F3EF3) is unknown color: approx Blue Violet. HEX triplet: 7F, 3E and F3. RGB value is (127,62,243). Sum of RGB (Red+Green+Blue) = 127+62+243=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 62 (24.61% from 255 or 14.35% from 432); Blue value is 243 (95.31% from 255 or 56.25% from 432); Max value from RGB is 243 - color contains mainly: blue. Hex color #7F3EF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F3EF3 is #80C10C. Grayscale: #656565. Windows color (decimal): -8438029 or 15941247. OLE color: 15941247.

HSL color Cylindrical-coordinate representation of color #7F3EF3: hue angle of 261.55º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F3EF3 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12762243-
CMYK0.480.7400.05
HSL261.55º88.29%59.8%-
HSV(B)261.55º74.49%95.29%-
XYZ26.6514.4386.17-
YUV102.07207.53145.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 29.40%
GREEN value IS 62 (24.61% from 255) = 14.35%
BLUE value IS 243 (95.31% from 255) = 56.25%
R=29.40%
G=14.35%
B=56.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal127622430.480.7400.05261.5588.2959.8
Hex7F3EF3304A05106583c
Octal17776363601120540613074
Binary111111111111011110011110000100101001011000001101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F3EF3; }

 p { color: rgb(127,62,243); }

 H1.HeaderClassName
 {
   color: #7F3EF3;
 }
 .AnyTagClassName
 {
   color: #7F3EF3;
 }
</style>
background-color css

<style>
 a { background-color: #7F3EF3; }

 a { background-color: rgb(127,62,243); }

 div.DivClassName
 {
   background-color: #7F3EF3;
 }
 .BgClassName
 {
   background-color: #7F3EF3;
 }
</style>
border-color css

<style>
 span { border-color: #7F3EF3; }

 span { border-color: rgb(127,62,243); }

 td.TdClassName
 {
   border-color: #7F3EF3;
 }
 .TagClassName
 {
   border-color: #7F3EF3;
 }
</style>