#73197C

Color #73197C Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #73197C

Tints of Dark Purple #73197C

Color information

#73197C (or 0x73197C) is unknown color: approx Dark Purple. HEX triplet: 73, 19 and 7C. RGB value is (115,25,124). Sum of RGB (Red+Green+Blue) = 115+25+124=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #73197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73197C is #8CE683. Grayscale: #3E3E3E. Windows color (decimal): -9234052 or 8132979. OLE color: 8132979.

HSL color Cylindrical-coordinate representation of color #73197C: hue angle of 294.55º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73197C is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11525124-
CMYK0.070.8000.51
HSL294.55º66.44%29.22%-
HSV(B)294.55º79.84%48.63%-
XYZ11.065.819.6-
YUV63.2162.32164.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.56%
GREEN value IS 25 (10.16% from 255) = 9.47%
BLUE value IS 124 (48.83% from 255) = 46.97%
R=43.56%
G=9.47%
B=46.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115251240.070.8000.51294.5566.4429.22
Hex73197C750033127421d
Octal16331174712006344710235
Binary111001111001111110011110100000110011100100111100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73197C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,25,124); }

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

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

 a { background-color: rgb(115,25,124); }

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

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

 span { border-color: rgb(115,25,124); }

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