#60145E

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

Shades of Palatinate Purple #60145E

Tints of Palatinate Purple #60145E

Color information

#60145E (or 0x60145E) is unknown color: approx Palatinate Purple. HEX triplet: 60, 14 and 5E. RGB value is (96,20,94). Sum of RGB (Red+Green+Blue) = 96+20+94=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #60145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60145E is #9FEBA1. Grayscale: #323232. Windows color (decimal): -10480546 or 6165600. OLE color: 6165600.

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

Color convert

RGB962094-
CMYK00.790.020.62
HSL301.58º65.52%22.75%-
HSV(B)301.58º79.17%37.65%-
XYZ7.093.810.95-
YUV51.16152.18159.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 20 (8.20% from 255) = 9.52%
BLUE value IS 94 (37.11% from 255) = 44.76%
R=45.71%
G=9.52%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96209400.790.020.62301.5865.5222.75
Hex60145E04F23E12e4217
Octal14024136011727645610227
Binary11000001010010111100100111110111110100101110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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