#631552

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

Shades of Palatinate Purple #631552

Tints of Palatinate Purple #631552

Color information

#631552 (or 0x631552) is unknown color: approx Palatinate Purple. HEX triplet: 63, 15 and 52. RGB value is (99,21,82). Sum of RGB (Red+Green+Blue) = 99+21+82=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #631552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631552 is #9CEAAD. Grayscale: #333333. Windows color (decimal): -10283694 or 5379427. OLE color: 5379427.

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

Color convert

RGB992182-
CMYK00.790.170.61
HSL313.08º65%23.53%-
HSV(B)313.08º78.79%38.82%-
XYZ6.943.88.35-
YUV51.28145.34162.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.01%
GREEN value IS 21 (8.59% from 255) = 10.40%
BLUE value IS 82 (32.42% from 255) = 40.59%
R=49.01%
G=10.40%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99218200.790.170.61313.086523.53
Hex63155204F113D1394118
Octal143251220117217547110130
Binary11000111010110100100100111110001111101100111001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631552; }

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

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

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

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

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

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

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

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