#602861

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

Shades of Palatinate Purple #602861

Tints of Palatinate Purple #602861

Color information

#602861 (or 0x602861) is unknown color: approx Palatinate Purple. HEX triplet: 60, 28 and 61. RGB value is (96,40,97). Sum of RGB (Red+Green+Blue) = 96+40+97=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #602861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602861 is #9FD79E. Grayscale: #3F3F3F. Windows color (decimal): -10475423 or 6367328. OLE color: 6367328.

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

Color convert

RGB964097-
CMYK0.010.5900.62
HSL298.95º41.61%26.86%-
HSV(B)298.95º58.76%38.04%-
XYZ7.744.8711.84-
YUV63.24147.05151.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.20%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=41.20%
G=17.17%
B=41.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9640970.010.5900.62298.9541.6126.86
Hex60286113B03E12b2a1b
Octal140501411730764535233
Binary110000010100011000011111011011111010010101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602861; }

 p { color: rgb(96,40,97); }

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

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

 a { background-color: rgb(96,40,97); }

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

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

 span { border-color: rgb(96,40,97); }

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