#7F199E

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

Shades of Vivid Violet #7F199E

Tints of Vivid Violet #7F199E

Color information

#7F199E (or 0x7F199E) is unknown color: approx Vivid Violet. HEX triplet: 7F, 19 and 9E. RGB value is (127,25,158). Sum of RGB (Red+Green+Blue) = 127+25+158=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F199E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F199E is #80E661. Grayscale: #464646. Windows color (decimal): -8447586 or 10361215. OLE color: 10361215.

HSL color Cylindrical-coordinate representation of color #7F199E: hue angle of 286.02º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F199E is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12725158-
CMYK0.200.8400.38
HSL286.02º72.68%35.88%-
HSV(B)286.02º84.18%61.96%-
XYZ15.277.6833.02-
YUV70.66177.29168.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.97%
GREEN value IS 25 (10.16% from 255) = 8.06%
BLUE value IS 158 (62.11% from 255) = 50.97%
R=40.97%
G=8.06%
B=50.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal127251580.200.8400.38286.0272.6835.88
Hex7F199E145402611e4924
Octal177312362412404643611144
Binary1111111110011001111010100101010001001101000111101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,25,158); }

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

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

 a { background-color: rgb(127,25,158); }

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

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

 span { border-color: rgb(127,25,158); }

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