#73055C

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

Shades of Palatinate Purple #73055C

Tints of Palatinate Purple #73055C

Color information

#73055C (or 0x73055C) is unknown color: approx Palatinate Purple. HEX triplet: 73, 05 and 5C. RGB value is (115,5,92). Sum of RGB (Red+Green+Blue) = 115+5+92=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73055C is #8CFAA3. Grayscale: #2F2F2F. Windows color (decimal): -9239204 or 6030707. OLE color: 6030707.

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

Color convert

RGB115592-
CMYK00.960.200.55
HSL312.55º91.67%23.53%-
HSV(B)312.55º95.65%45.1%-
XYZ9.064.5310.52-
YUV47.81152.94175.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.25%
GREEN value IS 5 (2.34% from 255) = 2.36%
BLUE value IS 92 (36.33% from 255) = 43.40%
R=54.25%
G=2.36%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11559200.960.200.55312.5591.6723.53
Hex7355C06014371395c18
Octal16351340140246747113430
Binary111001110110111000110000010100110111100111001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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