#631553

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

Shades of Palatinate Purple #631553

Tints of Palatinate Purple #631553

Color information

#631553 (or 0x631553) is unknown color: approx Palatinate Purple. HEX triplet: 63, 15 and 53. RGB value is (99,21,83). Sum of RGB (Red+Green+Blue) = 99+21+83=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #631553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631553 is #9CEAAC. Grayscale: #333333. Windows color (decimal): -10283693 or 5444963. OLE color: 5444963.

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

Color convert

RGB992183-
CMYK00.790.160.61
HSL312.31º65%23.53%-
HSV(B)312.31º78.79%38.82%-
XYZ6.983.818.55-
YUV51.39145.84161.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.77%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 83 (32.81% from 255) = 40.89%
R=48.77%
G=10.34%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99218300.790.160.61312.316523.53
Hex63155304F103D1384118
Octal143251230117207547010130
Binary11000111010110100110100111110000111101100111000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631553; }

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

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

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

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

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

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

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

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