Shades of Purple Heart #631AD9
Tints of Purple Heart #631AD9
RGB
CMYK
RGB Variations
Color information
#631AD9 (or 0x631AD9) is known color: Purple Heart. HEX triplet: 63, 1A and D9. RGB value is (99,26,217). Sum of RGB (Red+Green+Blue) = 99+26+217=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 217 (85.16% from 255 or 63.45% from 342); Max value from RGB is 217 - color contains mainly: blue. Hex color #631AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631AD9 is #9CE526. Grayscale: #444444. Windows color (decimal): -10282279 or 14228067. OLE color: 14228067.
HSL color Cylindrical-coordinate representation of color #631AD9: hue angle of 262.93º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #631AD9 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 26 | 217 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.15 |
| HSL | 262.93º | 0.79% | 0.48% | - |
| HSV(B) | 262.93º | 0.88% | 0.85% | - |
| XYZ | 18.04 | 8.4 | 66.32 | - |
| YUV | 69.6 | 211.18 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 217 | 0.54 | 0.88 | 0 | 0.15 | 262.93 | 0.79 | 0.48 |
| Hex | 63 | 1A | D9 | 36 | 58 | 0 | F | 107 | 4F | 30 |
| Octal | 143 | 32 | 331 | 66 | 130 | 0 | 17 | 407 | 117 | 60 |
| Binary | 1100011 | 11010 | 11011001 | 110110 | 1011000 | 0 | 1111 | 100000111 | 1001111 | 110000 |
Color Harmonies of #631AD9
Complementary color
Monochromatic Colors of #631AD9
Black with #631AD9
Text Example
Text Example
White with #631AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631AD9; }
p { color: rgb(99,26,217); }
H1.HeaderClassName
{
color: #631AD9;
}
.AnyTagClassName
{
color: #631AD9;
}
</style>
background-color css
<style>
a { background-color: #631AD9; }
a { background-color: rgb(99,26,217); }
div.DivClassName
{
background-color: #631AD9;
}
.BgClassName
{
background-color: #631AD9;
}
</style>
border-color css
<style>
span { border-color: #631AD9; }
span { border-color: rgb(99,26,217); }
td.TdClassName
{
border-color: #631AD9;
}
.TagClassName
{
border-color: #631AD9;
}
</style>