#602953

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

Shades of Palatinate Purple #602953

Tints of Palatinate Purple #602953

Color information

#602953 (or 0x602953) is unknown color: approx Palatinate Purple. HEX triplet: 60, 29 and 53. RGB value is (96,41,83). Sum of RGB (Red+Green+Blue) = 96+41+83=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #602953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602953 is #9FD6AC. Grayscale: #3E3E3E. Windows color (decimal): -10475181 or 5450080. OLE color: 5450080.

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

Color convert

RGB964183-
CMYK00.570.140.62
HSL314.18º40.15%26.86%-
HSV(B)314.18º57.29%37.65%-
XYZ7.184.78.71-
YUV62.23139.72152.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.64%
GREEN value IS 41 (16.41% from 255) = 18.64%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=43.64%
G=18.64%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96418300.570.140.62314.1840.1526.86
Hex602953039E3E13a281b
Octal1405112307116764725033
Binary110000010100110100110111001111011111010011101010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602953; }

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

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

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

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

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

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

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

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