Shades of Purple Heart #631DB7
Tints of Purple Heart #631DB7
RGB
CMYK
RGB Variations
Color information
#631DB7 (or 0x631DB7) is known color: Purple Heart. HEX triplet: 63, 1D and B7. RGB value is (99,29,183). Sum of RGB (Red+Green+Blue) = 99+29+183=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 183 (71.88% from 255 or 58.84% from 311); Max value from RGB is 183 - color contains mainly: blue. Hex color #631DB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631DB7 is #9CE248. Grayscale: #424242. Windows color (decimal): -10281545 or 12000611. OLE color: 12000611.
HSL color Cylindrical-coordinate representation of color #631DB7: hue angle of 267.27º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631DB7 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 99 | 29 | 183 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.28 |
| HSL | 267.27º | 0.73% | 0.42% | - |
| HSV(B) | 267.27º | 0.84% | 0.72% | - |
| XYZ | 14.13 | 6.95 | 45.4 | - |
| YUV | 67.49 | 193.19 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 29 | 183 | 0.46 | 0.84 | 0 | 0.28 | 267.27 | 0.73 | 0.42 |
| Hex | 63 | 1D | B7 | 2E | 54 | 0 | 1C | 10B | 49 | 2A |
| Octal | 143 | 35 | 267 | 56 | 124 | 0 | 34 | 413 | 111 | 52 |
| Binary | 1100011 | 11101 | 10110111 | 101110 | 1010100 | 0 | 11100 | 100001011 | 1001001 | 101010 |
Color Harmonies of #631DB7
Complementary color
Monochromatic Colors of #631DB7
Black with #631DB7
Text Example
Text Example
White with #631DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631DB7; }
p { color: rgb(99,29,183); }
H1.HeaderClassName
{
color: #631DB7;
}
.AnyTagClassName
{
color: #631DB7;
}
</style>
background-color css
<style>
a { background-color: #631DB7; }
a { background-color: rgb(99,29,183); }
div.DivClassName
{
background-color: #631DB7;
}
.BgClassName
{
background-color: #631DB7;
}
</style>
border-color css
<style>
span { border-color: #631DB7; }
span { border-color: rgb(99,29,183); }
td.TdClassName
{
border-color: #631DB7;
}
.TagClassName
{
border-color: #631DB7;
}
</style>