#73045C

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

Shades of Palatinate Purple #73045C

Tints of Palatinate Purple #73045C

Color information

#73045C (or 0x73045C) is unknown color: approx Palatinate Purple. HEX triplet: 73, 04 and 5C. RGB value is (115,4,92). Sum of RGB (Red+Green+Blue) = 115+4+92=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #73045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73045C is #8CFBA3. Grayscale: #2E2E2E. Windows color (decimal): -9239460 or 6030451. OLE color: 6030451.

HSL color Cylindrical-coordinate representation of color #73045C: hue angle of 312.43º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73045C is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB115492-
CMYK00.970.200.55
HSL312.43º93.28%23.33%-
HSV(B)312.43º96.52%45.1%-
XYZ9.054.510.52-
YUV47.22153.27176.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.50%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=54.50%
G=1.90%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11549200.970.200.55312.4393.2823.33
Hex7345C06114371385d17
Octal16341340141246747013527
Binary111001110010111000110000110100110111100111000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,4,92); }

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

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

 a { background-color: rgb(115,4,92); }

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

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

 span { border-color: rgb(115,4,92); }

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