#632552

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

Shades of Palatinate Purple #632552

Tints of Palatinate Purple #632552

Color information

#632552 (or 0x632552) is unknown color: approx Palatinate Purple. HEX triplet: 63, 25 and 52. RGB value is (99,37,82). Sum of RGB (Red+Green+Blue) = 99+37+82=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #632552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632552 is #9CDAAD. Grayscale: #3C3C3C. Windows color (decimal): -10279598 or 5383523. OLE color: 5383523.

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

Color convert

RGB993782-
CMYK00.630.170.61
HSL316.45º45.59%26.67%-
HSV(B)316.45º62.63%38.82%-
XYZ7.334.588.48-
YUV60.67140.04155.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.41%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=45.41%
G=16.97%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99378200.630.170.61316.4545.5926.67
Hex63255203F113D13c2e1b
Octal1434512207721754745633
Binary1100011100101101001001111111000111110110011110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632552; }

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

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

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

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

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

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

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

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