#60385E

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

Shades of Palatinate Purple #60385E

Tints of Palatinate Purple #60385E

Color information

#60385E (or 0x60385E) is unknown color: approx Palatinate Purple. HEX triplet: 60, 38 and 5E. RGB value is (96,56,94). Sum of RGB (Red+Green+Blue) = 96+56+94=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 96 - color contains mainly: red. Hex color #60385E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60385E is #9FC7A1. Grayscale: #484848. Windows color (decimal): -10471330 or 6174816. OLE color: 6174816.

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

Color convert

RGB965694-
CMYK00.420.020.62
HSL303º26.32%29.8%-
HSV(B)303º41.67%37.65%-
XYZ8.266.1211.34-
YUV72.29140.25144.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.02%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 94 (37.11% from 255) = 38.21%
R=39.02%
G=22.76%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96569400.420.020.6230326.3229.8
Hex60385E02A23E12f1a1e
Octal140701360522764573236
Binary110000011100010111100101010101111101001011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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