#632863

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

Shades of Palatinate Purple #632863

Tints of Palatinate Purple #632863

Color information

#632863 (or 0x632863) is unknown color: approx Palatinate Purple. HEX triplet: 63, 28 and 63. RGB value is (99,40,99). Sum of RGB (Red+Green+Blue) = 99+40+99=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #632863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632863 is #9CD79C. Grayscale: #404040. Windows color (decimal): -10278813 or 6498403. OLE color: 6498403.

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

Color convert

RGB994099-
CMYK00.6000.61
HSL300º42.45%27.25%-
HSV(B)300º59.6%38.82%-
XYZ8.165.0712.35-
YUV64.37147.55152.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.60%
GREEN value IS 40 (16.02% from 255) = 16.81%
BLUE value IS 99 (39.06% from 255) = 41.60%
R=41.60%
G=16.81%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99409900.6000.6130042.4527.25
Hex63286303C03D12c2a1b
Octal143501430740754545233
Binary110001110100011000110111100011110110010110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632863; }

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

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

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

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

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

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

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

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