#7d16a9

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

Shades of Vivid Violet #7D16A9

Tints of Vivid Violet #7D16A9

Color information

#7D16A9 (or 0x7D16A9) is unknown color: approx Vivid Violet. HEX triplet: 7D, 16 and A9. RGB value is (125,22,169). Sum of RGB (Red+Green+Blue) = 125+22+169=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 169 (66.41% from 255 or 53.48% from 316); Max value from RGB is 169 - color contains mainly: blue. Hex color #7D16A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D16A9 is #82E956. Grayscale: #454545. Windows color (decimal): -8579415 or 11081341. OLE color: 11081341.

HSL color Cylindrical-coordinate representation of color #7D16A9: hue angle of 282.04º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D16A9 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12522169-
CMYK0.260.8700.34
HSL282.04º76.96%37.45%-
HSV(B)282.04º86.98%66.27%-
XYZ15.917.838.2-
YUV69.56184.12167.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.56%
GREEN value IS 22 (8.98% from 255) = 6.96%
BLUE value IS 169 (66.41% from 255) = 53.48%
R=39.56%
G=6.96%
B=53.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal125221690.260.8700.34282.0476.9637.45
Hex7D16A91A5702211a4d25
Octal175262513212704243211545
Binary1111101101101010100111010101011101000101000110101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d16a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,22,169); }

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

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

 a { background-color: rgb(125,22,169); }

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

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

 span { border-color: rgb(125,22,169); }

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