#602250

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

Shades of Palatinate Purple #602250

Tints of Palatinate Purple #602250

Color information

#602250 (or 0x602250) is unknown color: approx Palatinate Purple. HEX triplet: 60, 22 and 50. RGB value is (96,34,80). Sum of RGB (Red+Green+Blue) = 96+34+80=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #602250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602250 is #9FDDAF. Grayscale: #393939. Windows color (decimal): -10476976 or 5251680. OLE color: 5251680.

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

Color convert

RGB963480-
CMYK00.650.170.62
HSL315.48º47.69%25.49%-
HSV(B)315.48º64.58%37.65%-
XYZ6.844.218.04-
YUV57.78140.54155.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 34 (13.67% from 255) = 16.19%
BLUE value IS 80 (31.64% from 255) = 38.10%
R=45.71%
G=16.19%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96348000.650.170.62315.4847.6925.49
Hex602250041113E13b3019
Octal14042120010121764736031
Binary11000001000101010000010000011000111111010011101111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602250; }

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

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

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

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

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

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

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

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