#631751

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

Shades of Palatinate Purple #631751

Tints of Palatinate Purple #631751

Color information

#631751 (or 0x631751) is unknown color: approx Palatinate Purple. HEX triplet: 63, 17 and 51. RGB value is (99,23,81). Sum of RGB (Red+Green+Blue) = 99+23+81=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #631751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631751 is #9CE8AE. Grayscale: #343434. Windows color (decimal): -10283183 or 5314403. OLE color: 5314403.

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

Color convert

RGB992381-
CMYK00.770.180.61
HSL314.21º62.3%23.92%-
HSV(B)314.21º76.77%38.82%-
XYZ6.943.868.16-
YUV52.34144.18161.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.77%
GREEN value IS 23 (9.38% from 255) = 11.33%
BLUE value IS 81 (32.03% from 255) = 39.90%
R=48.77%
G=11.33%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99238100.770.180.61314.2162.323.92
Hex63175104D123D13a3e18
Octal14327121011522754727630
Binary1100011101111010001010011011001011110110011101011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631751; }

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

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

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

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

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

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

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

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