#7D208A

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

Shades of Vivid Violet #7D208A

Tints of Vivid Violet #7D208A

Color information

#7D208A (or 0x7D208A) is unknown color: approx Vivid Violet. HEX triplet: 7D, 20 and 8A. RGB value is (125,32,138). Sum of RGB (Red+Green+Blue) = 125+32+138=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #7D208A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D208A is #82DF75. Grayscale: #474747. Windows color (decimal): -8576886 or 9052285. OLE color: 9052285.

HSL color Cylindrical-coordinate representation of color #7D208A: hue angle of 292.64º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D208A is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12532138-
CMYK0.090.7700.46
HSL292.64º62.35%33.33%-
HSV(B)292.64º76.81%54.12%-
XYZ13.567.2324.73-
YUV71.89165.31165.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.37%
GREEN value IS 32 (12.89% from 255) = 10.85%
BLUE value IS 138 (54.30% from 255) = 46.78%
R=42.37%
G=10.85%
B=46.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal125321380.090.7700.46292.6462.3533.33
Hex7D208A94D02E1253e21
Octal17540212111150564457641
Binary111110110000010001010100110011010101110100100101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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