#73209A

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

Shades of Vivid Violet #73209A

Tints of Vivid Violet #73209A

Color information

#73209A (or 0x73209A) is unknown color: approx Vivid Violet. HEX triplet: 73, 20 and 9A. RGB value is (115,32,154). Sum of RGB (Red+Green+Blue) = 115+32+154=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #73209A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73209A is #8CDF65. Grayscale: #464646. Windows color (decimal): -9232230 or 10100851. OLE color: 10100851.

HSL color Cylindrical-coordinate representation of color #73209A: hue angle of 280.82º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73209A is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11532154-
CMYK0.250.7900.40
HSL280.82º65.59%36.47%-
HSV(B)280.82º79.22%60.39%-
XYZ13.427.0131.22-
YUV70.72175159.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.21%
GREEN value IS 32 (12.89% from 255) = 10.63%
BLUE value IS 154 (60.55% from 255) = 51.16%
R=38.21%
G=10.63%
B=51.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115321540.250.7900.40280.8265.5936.47
Hex73209A194F0281194224
Octal163402323111705043110244
Binary11100111000001001101011001100111101010001000110011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73209A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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