#60165D

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

Shades of Palatinate Purple #60165D

Tints of Palatinate Purple #60165D

Color information

#60165D (or 0x60165D) is unknown color: approx Palatinate Purple. HEX triplet: 60, 16 and 5D. RGB value is (96,22,93). Sum of RGB (Red+Green+Blue) = 96+22+93=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #60165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60165D is #9FE9A2. Grayscale: #343434. Windows color (decimal): -10480035 or 6100576. OLE color: 6100576.

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

Color convert

RGB962293-
CMYK00.770.030.62
HSL302.43º62.71%23.14%-
HSV(B)302.43º77.08%37.65%-
XYZ7.093.8510.73-
YUV52.22151.02159.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 22 (8.98% from 255) = 10.43%
BLUE value IS 93 (36.72% from 255) = 44.08%
R=45.50%
G=10.43%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96229300.770.030.62302.4362.7123.14
Hex60165D04D33E12e3f17
Octal1402613501153764567727
Binary1100000101101011101010011011111111010010111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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