#632660

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

Shades of Palatinate Purple #632660

Tints of Palatinate Purple #632660

Color information

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

HSL color Cylindrical-coordinate representation of color #632660: hue angle of 302.95º 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 #632660 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB993896-
CMYK00.620.030.61
HSL302.95º44.53%26.86%-
HSV(B)302.95º61.62%38.82%-
XYZ7.954.8811.59-
YUV62.85146.71153.78-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99389600.620.030.61302.9544.5326.86
Hex63266003E33D12f2d1b
Octal143461400763754575533
Binary1100011100110110000001111101111110110010111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632660; }

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

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

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

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

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

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

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

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