#60144F

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

Shades of Palatinate Purple #60144F

Tints of Palatinate Purple #60144F

Color information

#60144F (or 0x60144F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 14 and 4F. RGB value is (96,20,79). Sum of RGB (Red+Green+Blue) = 96+20+79=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60144F is #9FEBB0. Grayscale: #313131. Windows color (decimal): -10480561 or 5182560. OLE color: 5182560.

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

Color convert

RGB962079-
CMYK00.790.180.62
HSL313.42º65.52%22.75%-
HSV(B)313.42º79.17%37.65%-
XYZ6.493.557.74-
YUV49.45144.68161.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 20 (8.20% from 255) = 10.26%
BLUE value IS 79 (31.25% from 255) = 40.51%
R=49.23%
G=10.26%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96207900.790.180.62313.4265.5222.75
Hex60144F04F123E1394217
Octal140241170117227647110227
Binary11000001010010011110100111110010111110100111001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60144F; }

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

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

<style>
 a { background-color: #60144F; }

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

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

<style>
 span { border-color: #60144F; }

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

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