#602762

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

Shades of Palatinate Purple #602762

Tints of Palatinate Purple #602762

Color information

#602762 (or 0x602762) is unknown color: approx Palatinate Purple. HEX triplet: 60, 27 and 62. RGB value is (96,39,98). Sum of RGB (Red+Green+Blue) = 96+39+98=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #602762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602762 is #9FD89D. Grayscale: #3E3E3E. Windows color (decimal): -10475678 or 6432608. OLE color: 6432608.

HSL color Cylindrical-coordinate representation of color #602762: hue angle of 297.97º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #602762 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB963998-
CMYK0.020.6000.62
HSL297.97º43.07%26.86%-
HSV(B)297.97º60.2%38.43%-
XYZ7.754.8212.08-
YUV62.77147.88151.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.20%
GREEN value IS 39 (15.62% from 255) = 16.74%
BLUE value IS 98 (38.67% from 255) = 42.06%
R=41.20%
G=16.74%
B=42.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9639980.020.6000.62297.9743.0726.86
Hex60276223C03E12a2b1b
Octal140471422740764525333
Binary1100000100111110001010111100011111010010101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602762; }

 p { color: rgb(96,39,98); }

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

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

 a { background-color: rgb(96,39,98); }

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

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

 span { border-color: rgb(96,39,98); }

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