#631A57

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

Shades of Palatinate Purple #631A57

Tints of Palatinate Purple #631A57

Color information

#631A57 (or 0x631A57) is unknown color: approx Palatinate Purple. HEX triplet: 63, 1A and 57. RGB value is (99,26,87). Sum of RGB (Red+Green+Blue) = 99+26+87=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #631A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631A57 is #9CE5A8. Grayscale: #363636. Windows color (decimal): -10282409 or 5708387. OLE color: 5708387.

HSL color Cylindrical-coordinate representation of color #631A57: hue angle of 309.86º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #631A57 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB992687-
CMYK00.740.120.61
HSL309.86º58.4%24.51%-
HSV(B)309.86º73.74%38.82%-
XYZ7.244.089.42-
YUV54.78146.18159.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 26 (10.55% from 255) = 12.26%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=46.70%
G=12.26%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99268700.740.120.61309.8658.424.51
Hex631A5704AC3D1363a19
Octal14332127011214754667231
Binary110001111010101011101001010110011110110011011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631A57; }

 p { color: rgb(99,26,87); }

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

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

 a { background-color: rgb(99,26,87); }

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

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

 span { border-color: rgb(99,26,87); }

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