#60205C

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

Shades of Palatinate Purple #60205C

Tints of Palatinate Purple #60205C

Color information

#60205C (or 0x60205C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 20 and 5C. RGB value is (96,32,92). Sum of RGB (Red+Green+Blue) = 96+32+92=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #60205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60205C is #9FDFA3. Grayscale: #393939. Windows color (decimal): -10477476 or 6037600. OLE color: 6037600.

HSL color Cylindrical-coordinate representation of color #60205C: hue angle of 303.75º 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 #60205C is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB963292-
CMYK00.670.040.62
HSL303.75º50%25.1%-
HSV(B)303.75º66.67%37.65%-
XYZ7.274.2910.57-
YUV57.98147.2155.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.64%
GREEN value IS 32 (12.89% from 255) = 14.55%
BLUE value IS 92 (36.33% from 255) = 41.82%
R=43.64%
G=14.55%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96329200.670.040.62303.755025.1
Hex60205C04343E1303219
Octal1404013401034764606231
Binary110000010000010111000100001110011111010011000011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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