#632163

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

Shades of Palatinate Purple #632163

Tints of Palatinate Purple #632163

Color information

#632163 (or 0x632163) is unknown color: approx Palatinate Purple. HEX triplet: 63, 21 and 63. RGB value is (99,33,99). Sum of RGB (Red+Green+Blue) = 99+33+99=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #632163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632163 is #9CDE9C. Grayscale: #3C3C3C. Windows color (decimal): -10280605 or 6496611. OLE color: 6496611.

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

Color convert

RGB993399-
CMYK00.6700.61
HSL300º50%25.88%-
HSV(B)300º66.67%38.82%-
XYZ7.944.6412.28-
YUV60.26149.87155.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.86%
GREEN value IS 33 (13.28% from 255) = 14.29%
BLUE value IS 99 (39.06% from 255) = 42.86%
R=42.86%
G=14.29%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99339900.6700.613005025.88
Hex63216304303D12c321a
Octal1434114301030754546232
Binary1100011100001110001101000011011110110010110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632163; }

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

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

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

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

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

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

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

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