#602460

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

Shades of Palatinate Purple #602460

Tints of Palatinate Purple #602460

Color information

#602460 (or 0x602460) is unknown color: approx Palatinate Purple. HEX triplet: 60, 24 and 60. RGB value is (96,36,96). Sum of RGB (Red+Green+Blue) = 96+36+96=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #602460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602460 is #9FDB9F. Grayscale: #3C3C3C. Windows color (decimal): -10476448 or 6300768. OLE color: 6300768.

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

Color convert

RGB963696-
CMYK00.6200.62
HSL300º45.45%25.88%-
HSV(B)300º62.5%37.65%-
XYZ7.574.5911.55-
YUV60.78147.88153.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.11%
GREEN value IS 36 (14.45% from 255) = 15.79%
BLUE value IS 96 (37.89% from 255) = 42.11%
R=42.11%
G=15.79%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96369600.6200.6230045.4525.88
Hex60246003E03E12c2d1a
Octal140441400760764545532
Binary110000010010011000000111110011111010010110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602460; }

 p { color: rgb(96,36,96); }

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

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

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

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

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

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

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