#7F209D

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

Shades of Vivid Violet #7F209D

Tints of Vivid Violet #7F209D

Color information

#7F209D (or 0x7F209D) is unknown color: approx Vivid Violet. HEX triplet: 7F, 20 and 9D. RGB value is (127,32,157). Sum of RGB (Red+Green+Blue) = 127+32+157=316 (41% of max value = 765). Red value is 127 (50% from 255 or 40.19% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F209D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F209D is #80DF62. Grayscale: #4A4A4A. Windows color (decimal): -8445795 or 10297471. OLE color: 10297471.

HSL color Cylindrical-coordinate representation of color #7F209D: hue angle of 285.6º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F209D is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12732157-
CMYK0.190.8000.38
HSL285.6º66.14%37.06%-
HSV(B)285.6º79.62%61.57%-
XYZ15.357.9832.63-
YUV74.66174.47165.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.19%
GREEN value IS 32 (12.89% from 255) = 10.13%
BLUE value IS 157 (61.72% from 255) = 49.68%
R=40.19%
G=10.13%
B=49.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal127321570.190.8000.38285.666.1437.06
Hex7F209D135002611e4225
Octal177402352312004643610245
Binary11111111000001001110110011101000001001101000111101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F209D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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