#7f208c

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

Shades of Vivid Violet #7F208C

Tints of Vivid Violet #7F208C

Color information

#7F208C (or 0x7F208C) is unknown color: approx Vivid Violet. HEX triplet: 7F, 20 and 8C. RGB value is (127,32,140). Sum of RGB (Red+Green+Blue) = 127+32+140=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #7F208C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F208C is #80DF73. Grayscale: #484848. Windows color (decimal): -8445812 or 9183359. OLE color: 9183359.

HSL color Cylindrical-coordinate representation of color #7F208C: hue angle of 292.78º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F208C is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12732140-
CMYK0.090.7700.45
HSL292.78º62.79%33.73%-
HSV(B)292.78º77.14%54.9%-
XYZ147.4425.51-
YUV72.72165.97166.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.47%
GREEN value IS 32 (12.89% from 255) = 10.70%
BLUE value IS 140 (55.08% from 255) = 46.82%
R=42.47%
G=10.70%
B=46.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal127321400.090.7700.45292.7862.7933.73
Hex7F208C94D02D1253f22
Octal17740214111150554457742
Binary111111110000010001100100110011010101101100100101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f208c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,32,140); }

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

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

 a { background-color: rgb(127,32,140); }

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

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

 span { border-color: rgb(127,32,140); }

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