#60145C

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

Shades of Palatinate Purple #60145C

Tints of Palatinate Purple #60145C

Color information

#60145C (or 0x60145C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 14 and 5C. RGB value is (96,20,92). Sum of RGB (Red+Green+Blue) = 96+20+92=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #60145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60145C is #9FEBA3. Grayscale: #323232. Windows color (decimal): -10480548 or 6034528. OLE color: 6034528.

HSL color Cylindrical-coordinate representation of color #60145C: hue angle of 303.16º 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 #60145C is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB962092-
CMYK00.790.040.62
HSL303.16º65.52%22.75%-
HSV(B)303.16º79.17%37.65%-
XYZ7.013.7610.48-
YUV50.93151.18160.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.15%
GREEN value IS 20 (8.20% from 255) = 9.62%
BLUE value IS 92 (36.33% from 255) = 44.23%
R=46.15%
G=9.62%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96209200.790.040.62303.1665.5222.75
Hex60145C04F43E12f4217
Octal14024134011747645710227
Binary110000010100101110001001111100111110100101111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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