#60385D

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

Shades of Palatinate Purple #60385D

Tints of Palatinate Purple #60385D

Color information

#60385D (or 0x60385D) is unknown color: approx Palatinate Purple. HEX triplet: 60, 38 and 5D. RGB value is (96,56,93). Sum of RGB (Red+Green+Blue) = 96+56+93=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #60385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60385D is #9FC7A2. Grayscale: #484848. Windows color (decimal): -10471331 or 6109280. OLE color: 6109280.

HSL color Cylindrical-coordinate representation of color #60385D: hue angle of 304.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60385D is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB965693-
CMYK00.420.030.62
HSL304.5º26.32%29.8%-
HSV(B)304.5º41.67%37.65%-
XYZ8.216.1111.1-
YUV72.18139.75144.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=39.18%
G=22.86%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96569300.420.030.62304.526.3229.8
Hex60385D02A33E1301a1e
Octal140701350523764603236
Binary110000011100010111010101010111111101001100001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60385D; }

 p { color: rgb(96,56,93); }

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

<style>
 a { background-color: #60385D; }

 a { background-color: rgb(96,56,93); }

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

<style>
 span { border-color: #60385D; }

 span { border-color: rgb(96,56,93); }

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