#60365B

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

Shades of Palatinate Purple #60365B

Tints of Palatinate Purple #60365B

Color information

#60365B (or 0x60365B) is unknown color: approx Palatinate Purple. HEX triplet: 60, 36 and 5B. RGB value is (96,54,91). Sum of RGB (Red+Green+Blue) = 96+54+91=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #60365B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60365B is #9FC9A4. Grayscale: #464646. Windows color (decimal): -10471845 or 5977696. OLE color: 5977696.

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

Color convert

RGB965491-
CMYK00.440.050.62
HSL307.14º28%29.41%-
HSV(B)307.14º43.75%37.65%-
XYZ8.035.8810.61-
YUV70.78139.41145.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.83%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=39.83%
G=22.41%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96549100.440.050.62307.142829.41
Hex60365B02C53E1331c1d
Octal140661330545764633435
Binary1100000110110101101101011001011111101001100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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