#602761

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

Shades of Palatinate Purple #602761

Tints of Palatinate Purple #602761

Color information

#602761 (or 0x602761) is unknown color: approx Palatinate Purple. HEX triplet: 60, 27 and 61. RGB value is (96,39,97). Sum of RGB (Red+Green+Blue) = 96+39+97=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #602761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602761 is #9FD89E. Grayscale: #3E3E3E. Windows color (decimal): -10475679 or 6367072. OLE color: 6367072.

HSL color Cylindrical-coordinate representation of color #602761: hue angle of 298.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 #602761 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB963997-
CMYK0.010.6000.62
HSL298.97º42.65%26.67%-
HSV(B)298.97º59.79%38.04%-
XYZ7.714.811.83-
YUV62.65147.38151.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 39 (15.62% from 255) = 16.81%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=41.38%
G=16.81%
B=41.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9639970.010.6000.62298.9742.6526.67
Hex60276113C03E12b2b1b
Octal140471411740764535333
Binary110000010011111000011111100011111010010101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602761; }

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

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

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

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

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

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

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

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