#60185A

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

Shades of Palatinate Purple #60185A

Tints of Palatinate Purple #60185A

Color information

#60185A (or 0x60185A) is unknown color: approx Palatinate Purple. HEX triplet: 60, 18 and 5A. RGB value is (96,24,90). Sum of RGB (Red+Green+Blue) = 96+24+90=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #60185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60185A is #9FE7A5. Grayscale: #343434. Windows color (decimal): -10479526 or 5904480. OLE color: 5904480.

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

Color convert

RGB962490-
CMYK00.750.060.62
HSL305º60%23.53%-
HSV(B)305º75%37.65%-
XYZ73.8810.05-
YUV53.05148.85158.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 24 (9.77% from 255) = 11.43%
BLUE value IS 90 (35.55% from 255) = 42.86%
R=45.71%
G=11.43%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96249000.750.060.623056023.53
Hex60185A04B63E1313c18
Octal1403013201136764617430
Binary11000001100010110100100101111011111010011000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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