#60185D

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

Shades of Palatinate Purple #60185D

Tints of Palatinate Purple #60185D

Color information

#60185D (or 0x60185D) is unknown color: approx Palatinate Purple. HEX triplet: 60, 18 and 5D. RGB value is (96,24,93). Sum of RGB (Red+Green+Blue) = 96+24+93=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #60185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60185D is #9FE7A2. Grayscale: #353535. Windows color (decimal): -10479523 or 6101088. OLE color: 6101088.

HSL color Cylindrical-coordinate representation of color #60185D: hue angle of 302.5º 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 #60185D is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB962493-
CMYK00.750.030.62
HSL302.5º60%23.53%-
HSV(B)302.5º75%37.65%-
XYZ7.133.9310.74-
YUV53.39150.35158.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.07%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 93 (36.72% from 255) = 43.66%
R=45.07%
G=11.27%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96249300.750.030.62302.56023.53
Hex60185D04B33E12e3c18
Octal1403013501133764567430
Binary1100000110001011101010010111111111010010111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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