#60205D

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

Shades of Palatinate Purple #60205D

Tints of Palatinate Purple #60205D

Color information

#60205D (or 0x60205D) is unknown color: approx Palatinate Purple. HEX triplet: 60, 20 and 5D. RGB value is (96,32,93). Sum of RGB (Red+Green+Blue) = 96+32+93=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 96 - color contains mainly: red. Hex color #60205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60205D is #9FDFA2. Grayscale: #393939. Windows color (decimal): -10477475 or 6103136. OLE color: 6103136.

HSL color Cylindrical-coordinate representation of color #60205D: hue angle of 302.81º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #60205D is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB963293-
CMYK00.670.030.62
HSL302.81º50%25.1%-
HSV(B)302.81º66.67%37.65%-
XYZ7.324.3110.8-
YUV58.09147.7155.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.44%
GREEN value IS 32 (12.89% from 255) = 14.48%
BLUE value IS 93 (36.72% from 255) = 42.08%
R=43.44%
G=14.48%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96329300.670.030.62302.815025.1
Hex60205D04333E12f3219
Octal1404013501033764576231
Binary11000001000001011101010000111111111010010111111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60205D; }

 p { color: rgb(96,32,93); }

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

<style>
 a { background-color: #60205D; }

 a { background-color: rgb(96,32,93); }

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

<style>
 span { border-color: #60205D; }

 span { border-color: rgb(96,32,93); }

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