#602B5C

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

Shades of Palatinate Purple #602B5C

Tints of Palatinate Purple #602B5C

Color information

#602B5C (or 0x602B5C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 2B and 5C. RGB value is (96,43,92). Sum of RGB (Red+Green+Blue) = 96+43+92=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 96 - color contains mainly: red. Hex color #602B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602B5C is #9FD4A3. Grayscale: #404040. Windows color (decimal): -10474660 or 6040416. OLE color: 6040416.

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

Color convert

RGB964392-
CMYK00.550.040.62
HSL304.53º38.13%27.25%-
HSV(B)304.53º55.21%37.65%-
XYZ7.624.9910.69-
YUV64.43143.56150.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.56%
GREEN value IS 43 (17.19% from 255) = 18.61%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=41.56%
G=18.61%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96439200.550.040.62304.5338.1327.25
Hex602B5C03743E131261b
Octal140531340674764614633
Binary11000001010111011100011011110011111010011000110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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