Shades of Purple Heart #631EC9
Tints of Purple Heart #631EC9
RGB
CMYK
RGB Variations
Color information
#631EC9 (or 0x631EC9) is known color: Purple Heart. HEX triplet: 63, 1E and C9. RGB value is (99,30,201). Sum of RGB (Red+Green+Blue) = 99+30+201=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 201 (78.91% from 255 or 60.91% from 330); Max value from RGB is 201 - color contains mainly: blue. Hex color #631EC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631EC9 is #9CE136. Grayscale: #454545. Windows color (decimal): -10281271 or 13180515. OLE color: 13180515.
HSL color Cylindrical-coordinate representation of color #631EC9: hue angle of 264.21º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631EC9 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 30 | 201 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.21 |
| HSL | 264.21º | 0.74% | 0.45% | - |
| HSV(B) | 264.21º | 0.85% | 0.79% | - |
| XYZ | 16.15 | 7.8 | 55.91 | - |
| YUV | 70.13 | 201.86 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 30 | 201 | 0.51 | 0.85 | 0 | 0.21 | 264.21 | 0.74 | 0.45 |
| Hex | 63 | 1E | C9 | 33 | 55 | 0 | 15 | 108 | 4A | 2D |
| Octal | 143 | 36 | 311 | 63 | 125 | 0 | 25 | 410 | 112 | 55 |
| Binary | 1100011 | 11110 | 11001001 | 110011 | 1010101 | 0 | 10101 | 100001000 | 1001010 | 101101 |
Color Harmonies of #631EC9
Complementary color
Monochromatic Colors of #631EC9
Black with #631EC9
Text Example
Text Example
White with #631EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631EC9; }
p { color: rgb(99,30,201); }
H1.HeaderClassName
{
color: #631EC9;
}
.AnyTagClassName
{
color: #631EC9;
}
</style>
background-color css
<style>
a { background-color: #631EC9; }
a { background-color: rgb(99,30,201); }
div.DivClassName
{
background-color: #631EC9;
}
.BgClassName
{
background-color: #631EC9;
}
</style>
border-color css
<style>
span { border-color: #631EC9; }
span { border-color: rgb(99,30,201); }
td.TdClassName
{
border-color: #631EC9;
}
.TagClassName
{
border-color: #631EC9;
}
</style>