#631951

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

Shades of Palatinate Purple #631951

Tints of Palatinate Purple #631951

Color information

#631951 (or 0x631951) is unknown color: approx Palatinate Purple. HEX triplet: 63, 19 and 51. RGB value is (99,25,81). Sum of RGB (Red+Green+Blue) = 99+25+81=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #631951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631951 is #9CE6AE. Grayscale: #353535. Windows color (decimal): -10282671 or 5314915. OLE color: 5314915.

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

Color convert

RGB992581-
CMYK00.750.180.61
HSL314.59º59.68%24.31%-
HSV(B)314.59º74.75%38.82%-
XYZ6.983.948.18-
YUV53.51143.52160.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.29%
GREEN value IS 25 (10.16% from 255) = 12.20%
BLUE value IS 81 (32.03% from 255) = 39.51%
R=48.29%
G=12.20%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99258100.750.180.61314.5959.6824.31
Hex63195104B123D13b3c18
Octal14331121011322754737430
Binary1100011110011010001010010111001011110110011101111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631951; }

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

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

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

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

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

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

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

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