#7F31F6

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

Shades of Blue Violet #7F31F6

Tints of Blue Violet #7F31F6

Color information

#7F31F6 (or 0x7F31F6) is unknown color: approx Blue Violet. HEX triplet: 7F, 31 and F6. RGB value is (127,49,246). Sum of RGB (Red+Green+Blue) = 127+49+246=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 246 (96.48% from 255 or 58.29% from 422); Max value from RGB is 246 - color contains mainly: blue. Hex color #7F31F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F31F6 is #80CE09. Grayscale: #5E5E5E. Windows color (decimal): -8441354 or 16134527. OLE color: 16134527.

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

Color convert

RGB12749246-
CMYK0.480.8000.04
HSL263.76º91.63%57.84%-
HSV(B)263.76º80.08%96.47%-
XYZ26.4913.3688.37-
YUV94.78213.34150.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.09%
GREEN value IS 49 (19.53% from 255) = 11.61%
BLUE value IS 246 (96.48% from 255) = 58.29%
R=30.09%
G=11.61%
B=58.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal127492460.480.8000.04263.7691.6357.84
Hex7F31F63050041085c3a
Octal17761366601200441013472
Binary111111111000111110110110000101000001001000010001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F31F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,49,246); }

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

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

 a { background-color: rgb(127,49,246); }

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

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

 span { border-color: rgb(127,49,246); }

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