#60215B

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

Shades of Palatinate Purple #60215B

Tints of Palatinate Purple #60215B

Color information

#60215B (or 0x60215B) is unknown color: approx Palatinate Purple. HEX triplet: 60, 21 and 5B. RGB value is (96,33,91). Sum of RGB (Red+Green+Blue) = 96+33+91=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #60215B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60215B is #9FDEA4. Grayscale: #3A3A3A. Windows color (decimal): -10477221 or 5972320. OLE color: 5972320.

HSL color Cylindrical-coordinate representation of color #60215B: hue angle of 304.76º 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 #60215B is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB963391-
CMYK00.660.050.62
HSL304.76º48.84%25.29%-
HSV(B)304.76º65.62%37.65%-
XYZ7.264.3310.35-
YUV58.45146.37154.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.64%
GREEN value IS 33 (13.28% from 255) = 15%
BLUE value IS 91 (35.94% from 255) = 41.36%
R=43.64%
G=15%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96339100.660.050.62304.7648.8425.29
Hex60215B04253E1313119
Octal1404113301025764616131
Binary110000010000110110110100001010111111010011000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60215B; }

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

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

<style>
 a { background-color: #60215B; }

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

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

<style>
 span { border-color: #60215B; }

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

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