#602463

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

Shades of Palatinate Purple #602463

Tints of Palatinate Purple #602463

Color information

#602463 (or 0x602463) is unknown color: approx Palatinate Purple. HEX triplet: 60, 24 and 63. RGB value is (96,36,99). Sum of RGB (Red+Green+Blue) = 96+36+99=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #602463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602463 is #9FDB9C. Grayscale: #3C3C3C. Windows color (decimal): -10476445 or 6497376. OLE color: 6497376.

HSL color Cylindrical-coordinate representation of color #602463: hue angle of 297.14º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #602463 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB963699-
CMYK0.030.6400.61
HSL297.14º46.67%26.47%-
HSV(B)297.14º63.64%38.82%-
XYZ7.714.6512.3-
YUV61.12149.38152.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.56%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 99 (39.06% from 255) = 42.86%
R=41.56%
G=15.58%
B=42.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9636990.030.6400.61297.1446.6726.47
Hex60246334003D1292f1a
Octal1404414331000754515732
Binary11000001001001100011111000000011110110010100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602463; }

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

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

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

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

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

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

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

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