#632662

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

Shades of Palatinate Purple #632662

Tints of Palatinate Purple #632662

Color information

#632662 (or 0x632662) is unknown color: approx Palatinate Purple. HEX triplet: 63, 26 and 62. RGB value is (99,38,98). Sum of RGB (Red+Green+Blue) = 99+38+98=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #632662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632662 is #9CD99D. Grayscale: #3E3E3E. Windows color (decimal): -10279326 or 6432355. OLE color: 6432355.

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

Color convert

RGB993898-
CMYK00.620.010.61
HSL300.98º44.53%26.86%-
HSV(B)300.98º61.62%38.82%-
XYZ8.044.9212.08-
YUV63.08147.71153.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.13%
GREEN value IS 38 (15.23% from 255) = 16.17%
BLUE value IS 98 (38.67% from 255) = 41.70%
R=42.13%
G=16.17%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99389800.620.010.61300.9844.5326.86
Hex63266203E13D12d2d1b
Octal143461420761754555533
Binary110001110011011000100111110111110110010110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632662; }

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

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

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

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

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

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

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

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