#73209C

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

Shades of Vivid Violet #73209C

Tints of Vivid Violet #73209C

Color information

#73209C (or 0x73209C) is unknown color: approx Vivid Violet. HEX triplet: 73, 20 and 9C. RGB value is (115,32,156). Sum of RGB (Red+Green+Blue) = 115+32+156=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #73209C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73209C is #8CDF63. Grayscale: #464646. Windows color (decimal): -9232228 or 10231923. OLE color: 10231923.

HSL color Cylindrical-coordinate representation of color #73209C: hue angle of 280.16º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73209C is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11532156-
CMYK0.260.7900.39
HSL280.16º65.96%36.86%-
HSV(B)280.16º79.49%61.18%-
XYZ13.597.0832.1-
YUV70.95176159.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.95%
GREEN value IS 32 (12.89% from 255) = 10.56%
BLUE value IS 156 (61.33% from 255) = 51.49%
R=37.95%
G=10.56%
B=51.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115321560.260.7900.39280.1665.9636.86
Hex73209C1A4F0271184225
Octal163402343211704743010245
Binary11100111000001001110011010100111101001111000110001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73209C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73209C; }

 p { color: rgb(115,32,156); }

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

<style>
 a { background-color: #73209C; }

 a { background-color: rgb(115,32,156); }

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

<style>
 span { border-color: #73209C; }

 span { border-color: rgb(115,32,156); }

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