#60214F

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

Shades of Palatinate Purple #60214F

Tints of Palatinate Purple #60214F

Color information

#60214F (or 0x60214F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 21 and 4F. RGB value is (96,33,79). Sum of RGB (Red+Green+Blue) = 96+33+79=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #60214F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60214F is #9FDEB0. Grayscale: #383838. Windows color (decimal): -10477233 or 5185888. OLE color: 5185888.

HSL color Cylindrical-coordinate representation of color #60214F: hue angle of 316.19º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60214F is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB963379-
CMYK00.660.180.62
HSL316.19º48.84%25.29%-
HSV(B)316.19º65.62%37.65%-
XYZ6.784.147.84-
YUV57.08140.37155.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.15%
GREEN value IS 33 (13.28% from 255) = 15.87%
BLUE value IS 79 (31.25% from 255) = 37.98%
R=46.15%
G=15.87%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96337900.660.180.62316.1948.8425.29
Hex60214F042123E13c3119
Octal14041117010222764746131
Binary11000001000011001111010000101001011111010011110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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