#632663

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

Shades of Palatinate Purple #632663

Tints of Palatinate Purple #632663

Color information

#632663 (or 0x632663) is unknown color: approx Palatinate Purple. HEX triplet: 63, 26 and 63. RGB value is (99,38,99). Sum of RGB (Red+Green+Blue) = 99+38+99=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #632663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632663 is #9CD99C. Grayscale: #3F3F3F. Windows color (decimal): -10279325 or 6497891. OLE color: 6497891.

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

Color convert

RGB993899-
CMYK00.6200.61
HSL300º44.53%26.86%-
HSV(B)300º61.62%38.82%-
XYZ8.094.9412.33-
YUV63.19148.21153.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.95%
GREEN value IS 38 (15.23% from 255) = 16.10%
BLUE value IS 99 (39.06% from 255) = 41.95%
R=41.95%
G=16.10%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99389900.6200.6130044.5326.86
Hex63266303E03D12c2d1b
Octal143461430760754545533
Binary110001110011011000110111110011110110010110010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632663; }

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

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

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

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

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

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

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

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