Shades of Purple Heart #631BA9
Tints of Purple Heart #631BA9
RGB
CMYK
RGB Variations
Color information
#631BA9 (or 0x631BA9) is known color: Purple Heart. HEX triplet: 63, 1B and A9. RGB value is (99,27,169). Sum of RGB (Red+Green+Blue) = 99+27+169=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 169 (66.41% from 255 or 57.29% from 295); Max value from RGB is 169 - color contains mainly: blue. Hex color #631BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631BA9 is #9CE456. Grayscale: #404040. Windows color (decimal): -10282071 or 11082595. OLE color: 11082595.
HSL color Cylindrical-coordinate representation of color #631BA9: hue angle of 270.42º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631BA9 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 99 | 27 | 169 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.34 |
| HSL | 270.42º | 0.72% | 0.38% | - |
| HSV(B) | 270.42º | 0.84% | 0.66% | - |
| XYZ | 12.7 | 6.3 | 38.08 | - |
| YUV | 64.72 | 186.85 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 169 | 0.41 | 0.84 | 0 | 0.34 | 270.42 | 0.72 | 0.38 |
| Hex | 63 | 1B | A9 | 29 | 54 | 0 | 22 | 10E | 48 | 26 |
| Octal | 143 | 33 | 251 | 51 | 124 | 0 | 42 | 416 | 110 | 46 |
| Binary | 1100011 | 11011 | 10101001 | 101001 | 1010100 | 0 | 100010 | 100001110 | 1001000 | 100110 |
Color Harmonies of #631BA9
Complementary color
Monochromatic Colors of #631BA9
Black with #631BA9
Text Example
Text Example
White with #631BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631BA9; }
p { color: rgb(99,27,169); }
H1.HeaderClassName
{
color: #631BA9;
}
.AnyTagClassName
{
color: #631BA9;
}
</style>
background-color css
<style>
a { background-color: #631BA9; }
a { background-color: rgb(99,27,169); }
div.DivClassName
{
background-color: #631BA9;
}
.BgClassName
{
background-color: #631BA9;
}
</style>
border-color css
<style>
span { border-color: #631BA9; }
span { border-color: rgb(99,27,169); }
td.TdClassName
{
border-color: #631BA9;
}
.TagClassName
{
border-color: #631BA9;
}
</style>