#632952

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

Shades of Palatinate Purple #632952

Tints of Palatinate Purple #632952

Color information

#632952 (or 0x632952) is unknown color: approx Palatinate Purple. HEX triplet: 63, 29 and 52. RGB value is (99,41,82). Sum of RGB (Red+Green+Blue) = 99+41+82=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #632952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632952 is #9CD6AD. Grayscale: #3E3E3E. Windows color (decimal): -10278574 or 5384547. OLE color: 5384547.

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

Color convert

RGB994182-
CMYK00.590.170.61
HSL317.59º41.43%27.45%-
HSV(B)317.59º58.59%38.82%-
XYZ7.464.858.53-
YUV63.02138.72153.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.59%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=44.59%
G=18.47%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99418200.590.170.61317.5941.4327.45
Hex63295203B113D13e291b
Octal1435112207321754765133
Binary1100011101001101001001110111000111110110011111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632952; }

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

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

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

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

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

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

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

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