#7D209D

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

Shades of Vivid Violet #7D209D

Tints of Vivid Violet #7D209D

Color information

#7D209D (or 0x7D209D) is unknown color: approx Vivid Violet. HEX triplet: 7D, 20 and 9D. RGB value is (125,32,157). Sum of RGB (Red+Green+Blue) = 125+32+157=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D209D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D209D is #82DF62. Grayscale: #494949. Windows color (decimal): -8576867 or 10297469. OLE color: 10297469.

HSL color Cylindrical-coordinate representation of color #7D209D: hue angle of 284.64º 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 #7D209D is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12532157-
CMYK0.200.8000.38
HSL284.64º66.14%37.06%-
HSV(B)284.64º79.62%61.57%-
XYZ15.067.8332.62-
YUV74.06174.81164.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.81%
GREEN value IS 32 (12.89% from 255) = 10.19%
BLUE value IS 157 (61.72% from 255) = 50%
R=39.81%
G=10.19%
B=50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal125321570.200.8000.38284.6466.1437.06
Hex7D209D145002611d4225
Octal175402352412004643510245
Binary11111011000001001110110100101000001001101000111011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D209D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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