#632953

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

Shades of Palatinate Purple #632953

Tints of Palatinate Purple #632953

Color information

#632953 (or 0x632953) is unknown color: approx Palatinate Purple. HEX triplet: 63, 29 and 53. RGB value is (99,41,83). Sum of RGB (Red+Green+Blue) = 99+41+83=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #632953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632953 is #9CD6AC. Grayscale: #3F3F3F. Windows color (decimal): -10278573 or 5450083. OLE color: 5450083.

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

Color convert

RGB994183-
CMYK00.590.160.61
HSL316.55º41.43%27.45%-
HSV(B)316.55º58.59%38.82%-
XYZ7.54.868.73-
YUV63.13139.22153.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.39%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=44.39%
G=18.39%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99418300.590.160.61316.5541.4327.45
Hex63295303B103D13d291b
Octal1435112307320754755133
Binary1100011101001101001101110111000011110110011110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632953; }

 p { color: rgb(99,41,83); }

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

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

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

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

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

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

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