#602B58

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

Shades of Palatinate Purple #602B58

Tints of Palatinate Purple #602B58

Color information

#602B58 (or 0x602B58) is unknown color: approx Palatinate Purple. HEX triplet: 60, 2B and 58. RGB value is (96,43,88). Sum of RGB (Red+Green+Blue) = 96+43+88=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #602B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602B58 is #9FD4A7. Grayscale: #3F3F3F. Windows color (decimal): -10474664 or 5778272. OLE color: 5778272.

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

Color convert

RGB964388-
CMYK00.550.080.62
HSL309.06º38.13%27.25%-
HSV(B)309.06º55.21%37.65%-
XYZ7.454.929.79-
YUV63.98141.56150.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 43 (17.19% from 255) = 18.94%
BLUE value IS 88 (34.77% from 255) = 38.77%
R=42.29%
G=18.94%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96438800.550.080.62309.0638.1327.25
Hex602B5803783E135261b
Octal1405313006710764654633
Binary110000010101110110000110111100011111010011010110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602B58; }

 p { color: rgb(96,43,88); }

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

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

 a { background-color: rgb(96,43,88); }

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

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

 span { border-color: rgb(96,43,88); }

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