#60395C

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

Shades of Palatinate Purple #60395C

Tints of Palatinate Purple #60395C

Color information

#60395C (or 0x60395C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 39 and 5C. RGB value is (96,57,92). Sum of RGB (Red+Green+Blue) = 96+57+92=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #60395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60395C is #9FC6A3. Grayscale: #484848. Windows color (decimal): -10471076 or 6044000. OLE color: 6044000.

HSL color Cylindrical-coordinate representation of color #60395C: hue angle of 306.15º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60395C is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB965792-
CMYK00.410.040.62
HSL306.15º25.49%30%-
HSV(B)306.15º40.62%37.65%-
XYZ8.226.1910.89-
YUV72.65138.92144.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 57 (22.66% from 255) = 23.27%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=39.18%
G=23.27%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96579200.410.040.62306.1525.4930
Hex60395C02943E132191e
Octal140711340514764623136
Binary1100000111001101110001010011001111101001100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60395C; }

 p { color: rgb(96,57,92); }

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

<style>
 a { background-color: #60395C; }

 a { background-color: rgb(96,57,92); }

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

<style>
 span { border-color: #60395C; }

 span { border-color: rgb(96,57,92); }

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