#60385C

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

Shades of Palatinate Purple #60385C

Tints of Palatinate Purple #60385C

Color information

#60385C (or 0x60385C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 38 and 5C. RGB value is (96,56,92). Sum of RGB (Red+Green+Blue) = 96+56+92=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #60385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60385C is #9FC7A3. Grayscale: #474747. Windows color (decimal): -10471332 or 6043744. OLE color: 6043744.

HSL color Cylindrical-coordinate representation of color #60385C: hue angle of 306º 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 #60385C is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB965692-
CMYK00.420.040.62
HSL306º26.32%29.8%-
HSV(B)306º41.67%37.65%-
XYZ8.176.0910.87-
YUV72.06139.25145.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 56 (22.27% from 255) = 22.95%
BLUE value IS 92 (36.33% from 255) = 37.70%
R=39.34%
G=22.95%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96569200.420.040.6230626.3229.8
Hex60385C02A43E1321a1e
Octal140701340524764623236
Binary1100000111000101110001010101001111101001100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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