#7F1999

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

Shades of Vivid Violet #7F1999

Tints of Vivid Violet #7F1999

Color information

#7F1999 (or 0x7F1999) is unknown color: approx Vivid Violet. HEX triplet: 7F, 19 and 99. RGB value is (127,25,153). Sum of RGB (Red+Green+Blue) = 127+25+153=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F1999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1999 is #80E666. Grayscale: #454545. Windows color (decimal): -8447591 or 10033535. OLE color: 10033535.

HSL color Cylindrical-coordinate representation of color #7F1999: hue angle of 287.81º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F1999 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12725153-
CMYK0.170.8400.4
HSL287.81º71.91%34.9%-
HSV(B)287.81º83.66%60%-
XYZ14.857.5130.8-
YUV70.09174.79168.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.64%
GREEN value IS 25 (10.16% from 255) = 8.20%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=41.64%
G=8.20%
B=50.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal127251530.170.8400.4287.8171.9134.9
Hex7F199911540281204823
Octal177312312112405044011043
Binary1111111110011001100110001101010001010001001000001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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