Shades of Purple Heart #630DD9
Tints of Purple Heart #630DD9
RGB
CMYK
RGB Variations
Color information
#630DD9 (or 0x630DD9) is known color: Purple Heart. HEX triplet: 63, 0D and D9. RGB value is (99,13,217). Sum of RGB (Red+Green+Blue) = 99+13+217=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 217 (85.16% from 255 or 65.96% from 329); Max value from RGB is 217 - color contains mainly: blue. Hex color #630DD9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630DD9 is #9CF226. Grayscale: #3D3D3D. Windows color (decimal): -10285607 or 14224739. OLE color: 14224739.
HSL color Cylindrical-coordinate representation of color #630DD9: hue angle of 265.29º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630DD9 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 13 | 217 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.15 |
| HSL | 265.29º | 0.89% | 0.45% | - |
| HSV(B) | 265.29º | 0.94% | 0.85% | - |
| XYZ | 17.81 | 7.95 | 66.24 | - |
| YUV | 61.97 | 215.49 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 13 | 217 | 0.54 | 0.94 | 0 | 0.15 | 265.29 | 0.89 | 0.45 |
| Hex | 63 | D | D9 | 36 | 5E | 0 | F | 109 | 59 | 2D |
| Octal | 143 | 15 | 331 | 66 | 136 | 0 | 17 | 411 | 131 | 55 |
| Binary | 1100011 | 1101 | 11011001 | 110110 | 1011110 | 0 | 1111 | 100001001 | 1011001 | 101101 |
Color Harmonies of #630DD9
Complementary color
Monochromatic Colors of #630DD9
Black with #630DD9
Text Example
Text Example
White with #630DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630DD9; }
p { color: rgb(99,13,217); }
H1.HeaderClassName
{
color: #630DD9;
}
.AnyTagClassName
{
color: #630DD9;
}
</style>
background-color css
<style>
a { background-color: #630DD9; }
a { background-color: rgb(99,13,217); }
div.DivClassName
{
background-color: #630DD9;
}
.BgClassName
{
background-color: #630DD9;
}
</style>
border-color css
<style>
span { border-color: #630DD9; }
span { border-color: rgb(99,13,217); }
td.TdClassName
{
border-color: #630DD9;
}
.TagClassName
{
border-color: #630DD9;
}
</style>