#631851

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

Shades of Palatinate Purple #631851

Tints of Palatinate Purple #631851

Color information

#631851 (or 0x631851) is unknown color: approx Palatinate Purple. HEX triplet: 63, 18 and 51. RGB value is (99,24,81). Sum of RGB (Red+Green+Blue) = 99+24+81=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #631851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631851 is #9CE7AE. Grayscale: #343434. Windows color (decimal): -10282927 or 5314659. OLE color: 5314659.

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

Color convert

RGB992481-
CMYK00.760.180.61
HSL314.4º60.98%24.12%-
HSV(B)314.4º75.76%38.82%-
XYZ6.963.98.17-
YUV52.92143.85160.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.53%
GREEN value IS 24 (9.77% from 255) = 11.76%
BLUE value IS 81 (32.03% from 255) = 39.71%
R=48.53%
G=11.76%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99248100.760.180.61314.460.9824.12
Hex63185104C123D13a3d18
Octal14330121011422754727530
Binary1100011110001010001010011001001011110110011101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631851; }

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

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

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

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

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

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

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

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