#602663

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

Shades of Palatinate Purple #602663

Tints of Palatinate Purple #602663

Color information

#602663 (or 0x602663) is unknown color: approx Palatinate Purple. HEX triplet: 60, 26 and 63. RGB value is (96,38,99). Sum of RGB (Red+Green+Blue) = 96+38+99=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #602663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602663 is #9FD99C. Grayscale: #3E3E3E. Windows color (decimal): -10475933 or 6497888. OLE color: 6497888.

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

Color convert

RGB963899-
CMYK0.030.6200.61
HSL297.05º44.53%26.86%-
HSV(B)297.05º61.62%38.82%-
XYZ7.774.7712.32-
YUV62.3148.72152.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.20%
GREEN value IS 38 (15.23% from 255) = 16.31%
BLUE value IS 99 (39.06% from 255) = 42.49%
R=41.20%
G=16.31%
B=42.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9638990.030.6200.61297.0544.5326.86
Hex60266333E03D1292d1b
Octal140461433760754515533
Binary1100000100110110001111111110011110110010100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602663; }

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

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

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

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

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

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

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

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