#631E5B

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

Shades of Palatinate Purple #631E5B

Tints of Palatinate Purple #631E5B

Color information

#631E5B (or 0x631E5B) is unknown color: approx Palatinate Purple. HEX triplet: 63, 1E and 5B. RGB value is (99,30,91). Sum of RGB (Red+Green+Blue) = 99+30+91=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #631E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631E5B is #9CE1A4. Grayscale: #393939. Windows color (decimal): -10281381 or 5971555. OLE color: 5971555.

HSL color Cylindrical-coordinate representation of color #631E5B: hue angle of 306.96º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #631E5B is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB993091-
CMYK00.700.080.61
HSL306.96º53.49%25.29%-
HSV(B)306.96º69.7%38.82%-
XYZ7.54.3410.34-
YUV57.58146.86157.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45%
GREEN value IS 30 (12.11% from 255) = 13.64%
BLUE value IS 91 (35.94% from 255) = 41.36%
R=45%
G=13.64%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99309100.700.080.61306.9653.4925.29
Hex631E5B04683D1333519
Octal14336133010610754636531
Binary110001111110101101101000110100011110110011001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,30,91); }

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

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

 a { background-color: rgb(99,30,91); }

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

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

 span { border-color: rgb(99,30,91); }

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