#60165F

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

Shades of Palatinate Purple #60165F

Tints of Palatinate Purple #60165F

Color information

#60165F (or 0x60165F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 16 and 5F. RGB value is (96,22,95). Sum of RGB (Red+Green+Blue) = 96+22+95=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #60165F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60165F is #9FE9A0. Grayscale: #343434. Windows color (decimal): -10480033 or 6231648. OLE color: 6231648.

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

Color convert

RGB962295-
CMYK00.770.010.62
HSL300.81º62.71%23.14%-
HSV(B)300.81º77.08%37.65%-
XYZ7.183.8911.2-
YUV52.45152.02159.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.07%
GREEN value IS 22 (8.98% from 255) = 10.33%
BLUE value IS 95 (37.5% from 255) = 44.60%
R=45.07%
G=10.33%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96229500.770.010.62300.8162.7123.14
Hex60165F04D13E12d3f17
Octal1402613701151764557727
Binary110000010110101111101001101111111010010110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60165F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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