#60215E

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

Shades of Palatinate Purple #60215E

Tints of Palatinate Purple #60215E

Color information

#60215E (or 0x60215E) is unknown color: approx Palatinate Purple. HEX triplet: 60, 21 and 5E. RGB value is (96,33,94). Sum of RGB (Red+Green+Blue) = 96+33+94=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #60215E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60215E is #9FDEA1. Grayscale: #3A3A3A. Windows color (decimal): -10477218 or 6168928. OLE color: 6168928.

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

Color convert

RGB963394-
CMYK00.660.020.62
HSL301.9º48.84%25.29%-
HSV(B)301.9º65.62%37.65%-
XYZ7.394.3811.05-
YUV58.79147.87154.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.05%
GREEN value IS 33 (13.28% from 255) = 14.80%
BLUE value IS 94 (37.11% from 255) = 42.15%
R=43.05%
G=14.80%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96339400.660.020.62301.948.8425.29
Hex60215E04223E12e3119
Octal1404113601022764566131
Binary11000001000011011110010000101011111010010111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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