#60285B

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

Shades of Palatinate Purple #60285B

Tints of Palatinate Purple #60285B

Color information

#60285B (or 0x60285B) is unknown color: approx Palatinate Purple. HEX triplet: 60, 28 and 5B. RGB value is (96,40,91). Sum of RGB (Red+Green+Blue) = 96+40+91=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #60285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60285B is #9FD7A4. Grayscale: #3E3E3E. Windows color (decimal): -10475429 or 5974112. OLE color: 5974112.

HSL color Cylindrical-coordinate representation of color #60285B: hue angle of 305.36º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60285B is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB964091-
CMYK00.580.050.62
HSL305.36º41.18%26.67%-
HSV(B)305.36º58.33%37.65%-
XYZ7.474.7610.42-
YUV62.56144.05151.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 91 (35.94% from 255) = 40.09%
R=42.29%
G=17.62%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96409100.580.050.62305.3641.1826.67
Hex60285B03A53E131291b
Octal140501330725764615133
Binary11000001010001011011011101010111111010011000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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