#60195F

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

Shades of Palatinate Purple #60195F

Tints of Palatinate Purple #60195F

Color information

#60195F (or 0x60195F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 19 and 5F. RGB value is (96,25,95). Sum of RGB (Red+Green+Blue) = 96+25+95=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #60195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60195F is #9FE6A0. Grayscale: #363636. Windows color (decimal): -10479265 or 6232416. OLE color: 6232416.

HSL color Cylindrical-coordinate representation of color #60195F: hue angle of 300.85º 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 #60195F is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB962595-
CMYK00.740.010.62
HSL300.85º58.68%23.73%-
HSV(B)300.85º73.96%37.65%-
XYZ7.244.0111.22-
YUV54.21151.02157.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.44%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 95 (37.5% from 255) = 43.98%
R=44.44%
G=11.57%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96259500.740.010.62300.8558.6823.73
Hex60195F04A13E12d3b18
Octal1403113701121764557330
Binary110000011001101111101001010111111010010110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60195F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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