#7F1EF9

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

Shades of Blue Violet #7F1EF9

Tints of Blue Violet #7F1EF9

Color information

#7F1EF9 (or 0x7F1EF9) is unknown color: approx Blue Violet. HEX triplet: 7F, 1E and F9. RGB value is (127,30,249). Sum of RGB (Red+Green+Blue) = 127+30+249=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 249 (97.66% from 255 or 61.33% from 406); Max value from RGB is 249 - color contains mainly: blue. Hex color #7F1EF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F1EF9 is #80E106. Grayscale: #535353. Windows color (decimal): -8446215 or 16326271. OLE color: 16326271.

HSL color Cylindrical-coordinate representation of color #7F1EF9: hue angle of 266.58º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F1EF9 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12730249-
CMYK0.490.8800.02
HSL266.58º94.81%54.71%-
HSV(B)266.58º87.95%97.65%-
XYZ26.3212.2890.61-
YUV83.97221.14158.69-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.28%
GREEN value IS 30 (12.11% from 255) = 7.39%
BLUE value IS 249 (97.66% from 255) = 61.33%
R=31.28%
G=7.39%
B=61.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal127302490.490.8800.02266.5894.8154.71
Hex7F1EF931580210b5f37
Octal17736371611300241313767
Binary1111111111101111100111000110110000101000010111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,30,249); }

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

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

 a { background-color: rgb(127,30,249); }

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

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

 span { border-color: rgb(127,30,249); }

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