#60185B

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

Shades of Palatinate Purple #60185B

Tints of Palatinate Purple #60185B

Color information

#60185B (or 0x60185B) is unknown color: approx Palatinate Purple. HEX triplet: 60, 18 and 5B. RGB value is (96,24,91). Sum of RGB (Red+Green+Blue) = 96+24+91=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #60185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60185B is #9FE7A4. Grayscale: #343434. Windows color (decimal): -10479525 or 5970016. OLE color: 5970016.

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

Color convert

RGB962491-
CMYK00.750.050.62
HSL304.17º60%23.53%-
HSV(B)304.17º75%37.65%-
XYZ7.043.910.28-
YUV53.17149.35158.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=45.50%
G=11.37%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96249100.750.050.62304.176023.53
Hex60185B04B53E1303c18
Octal1403013301135764607430
Binary11000001100010110110100101110111111010011000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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