#7F17F4

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

Shades of Blue Violet #7F17F4

Tints of Blue Violet #7F17F4

Color information

#7F17F4 (or 0x7F17F4) is unknown color: approx Blue Violet. HEX triplet: 7F, 17 and F4. RGB value is (127,23,244). Sum of RGB (Red+Green+Blue) = 127+23+244=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 244 (95.70% from 255 or 61.93% from 394); Max value from RGB is 244 - color contains mainly: blue. Hex color #7F17F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F17F4 is #80E80B. Grayscale: #4E4E4E. Windows color (decimal): -8448012 or 15996799. OLE color: 15996799.

HSL color Cylindrical-coordinate representation of color #7F17F4: hue angle of 268.24º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F17F4 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12723244-
CMYK0.480.9100.04
HSL268.24º90.95%52.35%-
HSV(B)268.24º90.57%95.69%-
XYZ25.3911.6686.5-
YUV79.29220.96162.03-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.23%
GREEN value IS 23 (9.38% from 255) = 5.84%
BLUE value IS 244 (95.70% from 255) = 61.93%
R=32.23%
G=5.84%
B=61.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal127232440.480.9100.04268.2490.9552.35
Hex7F17F4305B0410c5b34
Octal17727364601330441413364
Binary11111111011111110100110000101101101001000011001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F17F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,23,244); }

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

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

 a { background-color: rgb(127,23,244); }

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

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

 span { border-color: rgb(127,23,244); }

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