#60365E

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

Shades of Palatinate Purple #60365E

Tints of Palatinate Purple #60365E

Color information

#60365E (or 0x60365E) is unknown color: approx Palatinate Purple. HEX triplet: 60, 36 and 5E. RGB value is (96,54,94). Sum of RGB (Red+Green+Blue) = 96+54+94=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #60365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60365E is #9FC9A1. Grayscale: #474747. Windows color (decimal): -10471842 or 6174304. OLE color: 6174304.

HSL color Cylindrical-coordinate representation of color #60365E: hue angle of 302.86º 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 #60365E is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB965494-
CMYK00.440.020.62
HSL302.86º28%29.41%-
HSV(B)302.86º43.75%37.65%-
XYZ8.165.9311.3-
YUV71.12140.91145.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 54 (21.48% from 255) = 22.13%
BLUE value IS 94 (37.11% from 255) = 38.52%
R=39.34%
G=22.13%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96549400.440.020.62302.862829.41
Hex60365E02C23E12f1c1d
Octal140661360542764573435
Binary110000011011010111100101100101111101001011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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