#60185F

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

Shades of Palatinate Purple #60185F

Tints of Palatinate Purple #60185F

Color information

#60185F (or 0x60185F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 18 and 5F. RGB value is (96,24,95). Sum of RGB (Red+Green+Blue) = 96+24+95=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #60185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60185F is #9FE7A0. Grayscale: #353535. Windows color (decimal): -10479521 or 6232160. OLE color: 6232160.

HSL color Cylindrical-coordinate representation of color #60185F: hue angle of 300.83º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60185F is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB962495-
CMYK00.750.010.62
HSL300.83º60%23.53%-
HSV(B)300.83º75%37.65%-
XYZ7.223.9711.21-
YUV53.62151.35158.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 95 (37.5% from 255) = 44.19%
R=44.65%
G=11.16%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96249500.750.010.62300.836023.53
Hex60185F04B13E12d3c18
Octal1403013701131764557430
Binary110000011000101111101001011111111010010110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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