#60195E

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

Shades of Palatinate Purple #60195E

Tints of Palatinate Purple #60195E

Color information

#60195E (or 0x60195E) is unknown color: approx Palatinate Purple. HEX triplet: 60, 19 and 5E. RGB value is (96,25,94). Sum of RGB (Red+Green+Blue) = 96+25+94=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #60195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60195E is #9FE6A1. Grayscale: #353535. Windows color (decimal): -10479266 or 6166880. OLE color: 6166880.

HSL color Cylindrical-coordinate representation of color #60195E: hue angle of 301.69º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60195E is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB962594-
CMYK00.740.020.62
HSL301.69º58.68%23.73%-
HSV(B)301.69º73.96%37.65%-
XYZ7.193.9910.98-
YUV54.1150.52157.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 94 (37.11% from 255) = 43.72%
R=44.65%
G=11.63%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96259400.740.020.62301.6958.6823.73
Hex60195E04A23E12e3b18
Octal1403113601122764567330
Binary1100000110011011110010010101011111010010111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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