#602961

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

Shades of Palatinate Purple #602961

Tints of Palatinate Purple #602961

Color information

#602961 (or 0x602961) is unknown color: approx Palatinate Purple. HEX triplet: 60, 29 and 61. RGB value is (96,41,97). Sum of RGB (Red+Green+Blue) = 96+41+97=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #602961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602961 is #9FD69E. Grayscale: #3F3F3F. Windows color (decimal): -10475167 or 6367584. OLE color: 6367584.

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

Color convert

RGB964197-
CMYK0.010.5800.62
HSL298.93º40.58%27.06%-
HSV(B)298.93º57.73%38.04%-
XYZ7.774.9411.85-
YUV63.83146.72150.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.03%
GREEN value IS 41 (16.41% from 255) = 17.52%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=41.03%
G=17.52%
B=41.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9641970.010.5800.62298.9340.5827.06
Hex60296113A03E12b291b
Octal140511411720764535133
Binary110000010100111000011111010011111010010101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602961; }

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

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

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

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

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

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

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

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