#7D20AD

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

Shades of Vivid Violet #7D20AD

Tints of Vivid Violet #7D20AD

Color information

#7D20AD (or 0x7D20AD) is unknown color: approx Vivid Violet. HEX triplet: 7D, 20 and AD. RGB value is (125,32,173). Sum of RGB (Red+Green+Blue) = 125+32+173=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D20AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D20AD is #82DF52. Grayscale: #4B4B4B. Windows color (decimal): -8576851 or 11346045. OLE color: 11346045.

HSL color Cylindrical-coordinate representation of color #7D20AD: hue angle of 279.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D20AD is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12532173-
CMYK0.280.8200.32
HSL279.57º68.78%40.2%-
HSV(B)279.57º81.5%67.84%-
XYZ16.528.4140.29-
YUV75.88182.81163.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.88%
GREEN value IS 32 (12.89% from 255) = 9.70%
BLUE value IS 173 (67.97% from 255) = 52.42%
R=37.88%
G=9.70%
B=52.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125321730.280.8200.32279.5768.7840.2
Hex7D20AD1C520201184528
Octal175402553412204043010550
Binary11111011000001010110111100101001001000001000110001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D20AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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