#631F51

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

Shades of Palatinate Purple #631F51

Tints of Palatinate Purple #631F51

Color information

#631F51 (or 0x631F51) is unknown color: approx Palatinate Purple. HEX triplet: 63, 1F and 51. RGB value is (99,31,81). Sum of RGB (Red+Green+Blue) = 99+31+81=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #631F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631F51 is #9CE0AE. Grayscale: #383838. Windows color (decimal): -10281135 or 5316451. OLE color: 5316451.

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

Color convert

RGB993181-
CMYK00.690.180.61
HSL315.88º52.31%25.49%-
HSV(B)315.88º68.69%38.82%-
XYZ7.124.238.23-
YUV57.03141.53157.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.92%
GREEN value IS 31 (12.5% from 255) = 14.69%
BLUE value IS 81 (32.03% from 255) = 38.39%
R=46.92%
G=14.69%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99318100.690.180.61315.8852.3125.49
Hex631F51045123D13c3419
Octal14337121010522754746431
Binary1100011111111010001010001011001011110110011110011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,31,81); }

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

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

 a { background-color: rgb(99,31,81); }

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

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

 span { border-color: rgb(99,31,81); }

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