#602955

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

Shades of Palatinate Purple #602955

Tints of Palatinate Purple #602955

Color information

#602955 (or 0x602955) is unknown color: approx Palatinate Purple. HEX triplet: 60, 29 and 55. RGB value is (96,41,85). Sum of RGB (Red+Green+Blue) = 96+41+85=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #602955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602955 is #9FD6AA. Grayscale: #3E3E3E. Windows color (decimal): -10475179 or 5581152. OLE color: 5581152.

HSL color Cylindrical-coordinate representation of color #602955: hue angle of 312º 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 #602955 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB964185-
CMYK00.570.110.62
HSL312º40.15%26.86%-
HSV(B)312º57.29%37.65%-
XYZ7.264.739.12-
YUV62.46140.72151.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.24%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=43.24%
G=18.47%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96418500.570.110.6231240.1526.86
Hex602955039B3E138281b
Octal1405112507113764705033
Binary110000010100110101010111001101111111010011100010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602955; }

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

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

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

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

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

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

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

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