#60204F

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

Shades of Palatinate Purple #60204F

Tints of Palatinate Purple #60204F

Color information

#60204F (or 0x60204F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 20 and 4F. RGB value is (96,32,79). Sum of RGB (Red+Green+Blue) = 96+32+79=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #60204F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60204F is #9FDFB0. Grayscale: #383838. Windows color (decimal): -10477489 or 5185632. OLE color: 5185632.

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

Color convert

RGB963279-
CMYK00.670.180.62
HSL315.94º50%25.1%-
HSV(B)315.94º66.67%37.65%-
XYZ6.754.087.83-
YUV56.49140.7156.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 32 (12.89% from 255) = 15.46%
BLUE value IS 79 (31.25% from 255) = 38.16%
R=46.38%
G=15.46%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96327900.670.180.62315.945025.1
Hex60204F043123E13c3219
Octal14040117010322764746231
Binary11000001000001001111010000111001011111010011110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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