#602B5D

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

Shades of Palatinate Purple #602B5D

Tints of Palatinate Purple #602B5D

Color information

#602B5D (or 0x602B5D) is unknown color: approx Palatinate Purple. HEX triplet: 60, 2B and 5D. RGB value is (96,43,93). Sum of RGB (Red+Green+Blue) = 96+43+93=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #602B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602B5D is #9FD4A2. Grayscale: #404040. Windows color (decimal): -10474659 or 6105952. OLE color: 6105952.

HSL color Cylindrical-coordinate representation of color #602B5D: hue angle of 303.4º 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 #602B5D is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB964393-
CMYK00.550.030.62
HSL303.4º38.13%27.25%-
HSV(B)303.4º55.21%37.65%-
XYZ7.66510.92-
YUV64.55144.06150.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 43 (17.19% from 255) = 18.53%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=41.38%
G=18.53%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96439300.550.030.62303.438.1327.25
Hex602B5D03733E12f261b
Octal140531350673764574633
Binary1100000101011101110101101111111111010010111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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