#60145D

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

Shades of Palatinate Purple #60145D

Tints of Palatinate Purple #60145D

Color information

#60145D (or 0x60145D) is unknown color: approx Palatinate Purple. HEX triplet: 60, 14 and 5D. RGB value is (96,20,93). Sum of RGB (Red+Green+Blue) = 96+20+93=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #60145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60145D is #9FEBA2. Grayscale: #323232. Windows color (decimal): -10480547 or 6100064. OLE color: 6100064.

HSL color Cylindrical-coordinate representation of color #60145D: hue angle of 302.37º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60145D is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB962093-
CMYK00.790.030.62
HSL302.37º65.52%22.75%-
HSV(B)302.37º79.17%37.65%-
XYZ7.053.7810.71-
YUV51.05151.68160.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.93%
GREEN value IS 20 (8.20% from 255) = 9.57%
BLUE value IS 93 (36.72% from 255) = 44.50%
R=45.93%
G=9.57%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96209300.790.030.62302.3765.5222.75
Hex60145D04F33E12e4217
Octal14024135011737645610227
Binary11000001010010111010100111111111110100101110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60145D; }

 p { color: rgb(96,20,93); }

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

<style>
 a { background-color: #60145D; }

 a { background-color: rgb(96,20,93); }

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

<style>
 span { border-color: #60145D; }

 span { border-color: rgb(96,20,93); }

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