#602253

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

Shades of Palatinate Purple #602253

Tints of Palatinate Purple #602253

Color information

#602253 (or 0x602253) is unknown color: approx Palatinate Purple. HEX triplet: 60, 22 and 53. RGB value is (96,34,83). Sum of RGB (Red+Green+Blue) = 96+34+83=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #602253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602253 is #9FDDAC. Grayscale: #393939. Windows color (decimal): -10476973 or 5448288. OLE color: 5448288.

HSL color Cylindrical-coordinate representation of color #602253: hue angle of 312.58º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #602253 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB963483-
CMYK00.650.140.62
HSL312.58º47.69%25.49%-
HSV(B)312.58º64.58%37.65%-
XYZ6.964.268.64-
YUV58.12142.04155.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.07%
GREEN value IS 34 (13.67% from 255) = 15.96%
BLUE value IS 83 (32.81% from 255) = 38.97%
R=45.07%
G=15.96%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96348300.650.140.62312.5847.6925.49
Hex602253041E3E1393019
Octal14042123010116764716031
Binary1100000100010101001101000001111011111010011100111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602253; }

 p { color: rgb(96,34,83); }

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

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

 a { background-color: rgb(96,34,83); }

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

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

 span { border-color: rgb(96,34,83); }

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