#73075C

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

Shades of Palatinate Purple #73075C

Tints of Palatinate Purple #73075C

Color information

#73075C (or 0x73075C) is unknown color: approx Palatinate Purple. HEX triplet: 73, 07 and 5C. RGB value is (115,7,92). Sum of RGB (Red+Green+Blue) = 115+7+92=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #73075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73075C is #8CF8A3. Grayscale: #303030. Windows color (decimal): -9238692 or 6031219. OLE color: 6031219.

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

Color convert

RGB115792-
CMYK00.940.200.55
HSL312.78º88.52%23.92%-
HSV(B)312.78º93.91%45.1%-
XYZ9.084.5710.53-
YUV48.98152.28175.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.74%
GREEN value IS 7 (3.12% from 255) = 3.27%
BLUE value IS 92 (36.33% from 255) = 42.99%
R=53.74%
G=3.27%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11579200.940.200.55312.7888.5223.92
Hex7375C05E14371395918
Octal16371340136246747113130
Binary111001111110111000101111010100110111100111001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73075C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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