#60215A

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

Shades of Palatinate Purple #60215A

Tints of Palatinate Purple #60215A

Color information

#60215A (or 0x60215A) is unknown color: approx Palatinate Purple. HEX triplet: 60, 21 and 5A. RGB value is (96,33,90). Sum of RGB (Red+Green+Blue) = 96+33+90=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 96 - color contains mainly: red. Hex color #60215A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60215A is #9FDEA5. Grayscale: #3A3A3A. Windows color (decimal): -10477222 or 5906784. OLE color: 5906784.

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

Color convert

RGB963390-
CMYK00.660.060.62
HSL305.71º48.84%25.29%-
HSV(B)305.71º65.62%37.65%-
XYZ7.214.3110.13-
YUV58.34145.87154.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.84%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 90 (35.55% from 255) = 41.10%
R=43.84%
G=15.07%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96339000.660.060.62305.7148.8425.29
Hex60215A04263E1323119
Octal1404113201026764626131
Binary110000010000110110100100001011011111010011001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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