#60385B

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

Shades of Palatinate Purple #60385B

Tints of Palatinate Purple #60385B

Color information

#60385B (or 0x60385B) is unknown color: approx Palatinate Purple. HEX triplet: 60, 38 and 5B. RGB value is (96,56,91). Sum of RGB (Red+Green+Blue) = 96+56+91=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #60385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60385B is #9FC7A4. Grayscale: #474747. Windows color (decimal): -10471333 or 5978208. OLE color: 5978208.

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

Color convert

RGB965691-
CMYK00.420.050.62
HSL307.5º26.32%29.8%-
HSV(B)307.5º41.67%37.65%-
XYZ8.136.0710.64-
YUV71.95138.75145.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=39.51%
G=23.05%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96569100.420.050.62307.526.3229.8
Hex60385B02A53E1341a1e
Octal140701330525764643236
Binary1100000111000101101101010101011111101001101001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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