#602F5B

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

Shades of Palatinate Purple #602F5B

Tints of Palatinate Purple #602F5B

Color information

#602F5B (or 0x602F5B) is unknown color: approx Palatinate Purple. HEX triplet: 60, 2F and 5B. RGB value is (96,47,91). Sum of RGB (Red+Green+Blue) = 96+47+91=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #602F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602F5B is #9FD0A4. Grayscale: #424242. Windows color (decimal): -10473637 or 5975904. OLE color: 5975904.

HSL color Cylindrical-coordinate representation of color #602F5B: hue angle of 306.12º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #602F5B is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB964791-
CMYK00.510.050.62
HSL306.12º34.27%28.04%-
HSV(B)306.12º51.04%37.65%-
XYZ7.735.2810.51-
YUV66.67141.73148.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.03%
GREEN value IS 47 (18.75% from 255) = 20.09%
BLUE value IS 91 (35.94% from 255) = 38.89%
R=41.03%
G=20.09%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96479100.510.050.62306.1234.2728.04
Hex602F5B03353E132221c
Octal140571330635764624234
Binary11000001011111011011011001110111111010011001010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,47,91); }

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

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

 a { background-color: rgb(96,47,91); }

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

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

 span { border-color: rgb(96,47,91); }

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