#60395E

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

Shades of Palatinate Purple #60395E

Tints of Palatinate Purple #60395E

Color information

#60395E (or 0x60395E) is unknown color: approx Palatinate Purple. HEX triplet: 60, 39 and 5E. RGB value is (96,57,94). Sum of RGB (Red+Green+Blue) = 96+57+94=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 96 - color contains mainly: red. Hex color #60395E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60395E is #9FC6A1. Grayscale: #484848. Windows color (decimal): -10471074 or 6175072. OLE color: 6175072.

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

Color convert

RGB965794-
CMYK00.410.020.62
HSL303.08º25.49%30%-
HSV(B)303.08º40.62%37.65%-
XYZ8.316.2211.35-
YUV72.88139.92144.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 94 (37.11% from 255) = 38.06%
R=38.87%
G=23.08%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96579400.410.020.62303.0825.4930
Hex60395E02923E12f191e
Octal140711360512764573136
Binary110000011100110111100101001101111101001011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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