#7D208B

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

Shades of Vivid Violet #7D208B

Tints of Vivid Violet #7D208B

Color information

#7D208B (or 0x7D208B) is unknown color: approx Vivid Violet. HEX triplet: 7D, 20 and 8B. RGB value is (125,32,139). Sum of RGB (Red+Green+Blue) = 125+32+139=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D208B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D208B is #82DF74. Grayscale: #474747. Windows color (decimal): -8576885 or 9117821. OLE color: 9117821.

HSL color Cylindrical-coordinate representation of color #7D208B: hue angle of 292.15º 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 #7D208B is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12532139-
CMYK0.100.7700.45
HSL292.15º62.57%33.53%-
HSV(B)292.15º76.98%54.51%-
XYZ13.637.2625.11-
YUV72165.81165.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.23%
GREEN value IS 32 (12.89% from 255) = 10.81%
BLUE value IS 139 (54.69% from 255) = 46.96%
R=42.23%
G=10.81%
B=46.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125321390.100.7700.45292.1562.5733.53
Hex7D208BA4D02D1243f22
Octal17540213121150554447742
Binary111110110000010001011101010011010101101100100100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D208B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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