Shades of Purple Heart #631CB7
Tints of Purple Heart #631CB7
RGB
CMYK
RGB Variations
Color information
#631CB7 (or 0x631CB7) is known color: Purple Heart. HEX triplet: 63, 1C and B7. RGB value is (99,28,183). Sum of RGB (Red+Green+Blue) = 99+28+183=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 183 (71.88% from 255 or 59.03% from 310); Max value from RGB is 183 - color contains mainly: blue. Hex color #631CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631CB7 is #9CE348. Grayscale: #424242. Windows color (decimal): -10281801 or 12000355. OLE color: 12000355.
HSL color Cylindrical-coordinate representation of color #631CB7: hue angle of 267.48º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631CB7 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 99 | 28 | 183 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.28 |
| HSL | 267.48º | 0.73% | 0.41% | - |
| HSV(B) | 267.48º | 0.85% | 0.72% | - |
| XYZ | 14.11 | 6.9 | 45.39 | - |
| YUV | 66.9 | 193.52 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 28 | 183 | 0.46 | 0.85 | 0 | 0.28 | 267.48 | 0.73 | 0.41 |
| Hex | 63 | 1C | B7 | 2E | 55 | 0 | 1C | 10B | 49 | 29 |
| Octal | 143 | 34 | 267 | 56 | 125 | 0 | 34 | 413 | 111 | 51 |
| Binary | 1100011 | 11100 | 10110111 | 101110 | 1010101 | 0 | 11100 | 100001011 | 1001001 | 101001 |
Color Harmonies of #631CB7
Complementary color
Monochromatic Colors of #631CB7
Black with #631CB7
Text Example
Text Example
White with #631CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631CB7; }
p { color: rgb(99,28,183); }
H1.HeaderClassName
{
color: #631CB7;
}
.AnyTagClassName
{
color: #631CB7;
}
</style>
background-color css
<style>
a { background-color: #631CB7; }
a { background-color: rgb(99,28,183); }
div.DivClassName
{
background-color: #631CB7;
}
.BgClassName
{
background-color: #631CB7;
}
</style>
border-color css
<style>
span { border-color: #631CB7; }
span { border-color: rgb(99,28,183); }
td.TdClassName
{
border-color: #631CB7;
}
.TagClassName
{
border-color: #631CB7;
}
</style>