Shades of Purple Heart #631DBA
Tints of Purple Heart #631DBA
RGB
CMYK
RGB Variations
Color information
#631DBA (or 0x631DBA) is known color: Purple Heart. HEX triplet: 63, 1D and BA. RGB value is (99,29,186). Sum of RGB (Red+Green+Blue) = 99+29+186=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 29 (11.72% from 255 or 9.24% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #631DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631DBA is #9CE245. Grayscale: #434343. Windows color (decimal): -10281542 or 12197219. OLE color: 12197219.
HSL color Cylindrical-coordinate representation of color #631DBA: hue angle of 266.75º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631DBA is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 29 | 186 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.27 |
| HSL | 266.75º | 0.73% | 0.42% | - |
| HSV(B) | 266.75º | 0.84% | 0.73% | - |
| XYZ | 14.45 | 7.08 | 47.06 | - |
| YUV | 67.83 | 194.69 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 29 | 186 | 0.47 | 0.84 | 0 | 0.27 | 266.75 | 0.73 | 0.42 |
| Hex | 63 | 1D | BA | 2F | 54 | 0 | 1B | 10B | 49 | 2A |
| Octal | 143 | 35 | 272 | 57 | 124 | 0 | 33 | 413 | 111 | 52 |
| Binary | 1100011 | 11101 | 10111010 | 101111 | 1010100 | 0 | 11011 | 100001011 | 1001001 | 101010 |
Color Harmonies of #631DBA
Complementary color
Monochromatic Colors of #631DBA
Black with #631DBA
Text Example
Text Example
White with #631DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631DBA; }
p { color: rgb(99,29,186); }
H1.HeaderClassName
{
color: #631DBA;
}
.AnyTagClassName
{
color: #631DBA;
}
</style>
background-color css
<style>
a { background-color: #631DBA; }
a { background-color: rgb(99,29,186); }
div.DivClassName
{
background-color: #631DBA;
}
.BgClassName
{
background-color: #631DBA;
}
</style>
border-color css
<style>
span { border-color: #631DBA; }
span { border-color: rgb(99,29,186); }
td.TdClassName
{
border-color: #631DBA;
}
.TagClassName
{
border-color: #631DBA;
}
</style>