#73249C

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

Shades of Vivid Violet #73249C

Tints of Vivid Violet #73249C

Color information

#73249C (or 0x73249C) is unknown color: approx Vivid Violet. HEX triplet: 73, 24 and 9C. RGB value is (115,36,156). Sum of RGB (Red+Green+Blue) = 115+36+156=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #73249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73249C is #8CDB63. Grayscale: #484848. Windows color (decimal): -9231204 or 10232947. OLE color: 10232947.

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

Color convert

RGB11536156-
CMYK0.260.7700.39
HSL279.5º62.5%37.65%-
HSV(B)279.5º76.92%61.18%-
XYZ13.77.3132.14-
YUV73.3174.67157.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.46%
GREEN value IS 36 (14.45% from 255) = 11.73%
BLUE value IS 156 (61.33% from 255) = 50.81%
R=37.46%
G=11.73%
B=50.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115361560.260.7700.39279.562.537.65
Hex73249C1A4D0271183e26
Octal16344234321150474307646
Binary1110011100100100111001101010011010100111100011000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73249C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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