#632955

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

Shades of Palatinate Purple #632955

Tints of Palatinate Purple #632955

Color information

#632955 (or 0x632955) is unknown color: approx Palatinate Purple. HEX triplet: 63, 29 and 55. RGB value is (99,41,85). Sum of RGB (Red+Green+Blue) = 99+41+85=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #632955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632955 is #9CD6AA. Grayscale: #3F3F3F. Windows color (decimal): -10278571 or 5581155. OLE color: 5581155.

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

Color convert

RGB994185-
CMYK00.590.140.61
HSL314.48º41.43%27.45%-
HSV(B)314.48º58.59%38.82%-
XYZ7.584.899.14-
YUV63.36140.22153.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 85 (33.59% from 255) = 37.78%
R=44%
G=18.22%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99418500.590.140.61314.4841.4327.45
Hex63295503BE3D13a291b
Octal1435112507316754725133
Binary110001110100110101010111011111011110110011101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632955; }

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

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

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

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

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

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

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

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