#602050

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

Shades of Palatinate Purple #602050

Tints of Palatinate Purple #602050

Color information

#602050 (or 0x602050) is unknown color: approx Palatinate Purple. HEX triplet: 60, 20 and 50. RGB value is (96,32,80). Sum of RGB (Red+Green+Blue) = 96+32+80=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #602050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602050 is #9FDFAF. Grayscale: #383838. Windows color (decimal): -10477488 or 5251168. OLE color: 5251168.

HSL color Cylindrical-coordinate representation of color #602050: hue angle of 315º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602050 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB963280-
CMYK00.670.170.62
HSL315º50%25.1%-
HSV(B)315º66.67%37.65%-
XYZ6.794.18.02-
YUV56.61141.2156.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.15%
GREEN value IS 32 (12.89% from 255) = 15.38%
BLUE value IS 80 (31.64% from 255) = 38.46%
R=46.15%
G=15.38%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96328000.670.170.623155025.1
Hex602050043113E13b3219
Octal14040120010321764736231
Binary11000001000001010000010000111000111111010011101111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602050; }

 p { color: rgb(96,32,80); }

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

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

 a { background-color: rgb(96,32,80); }

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

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

 span { border-color: rgb(96,32,80); }

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