Shades of Purple Heart #630DCF
Tints of Purple Heart #630DCF
RGB
CMYK
RGB Variations
Color information
#630DCF (or 0x630DCF) is known color: Purple Heart. HEX triplet: 63, 0D and CF. RGB value is (99,13,207). Sum of RGB (Red+Green+Blue) = 99+13+207=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #630DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630DCF is #9CF230. Grayscale: #3C3C3C. Windows color (decimal): -10285617 or 13569379. OLE color: 13569379.
HSL color Cylindrical-coordinate representation of color #630DCF: hue angle of 266.6º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630DCF is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 13 | 207 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.19 |
| HSL | 266.6º | 0.88% | 0.43% | - |
| HSV(B) | 266.6º | 0.94% | 0.81% | - |
| XYZ | 16.55 | 7.45 | 59.6 | - |
| YUV | 60.83 | 210.49 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 13 | 207 | 0.52 | 0.94 | 0 | 0.19 | 266.6 | 0.88 | 0.43 |
| Hex | 63 | D | CF | 34 | 5E | 0 | 13 | 10B | 58 | 2B |
| Octal | 143 | 15 | 317 | 64 | 136 | 0 | 23 | 413 | 130 | 53 |
| Binary | 1100011 | 1101 | 11001111 | 110100 | 1011110 | 0 | 10011 | 100001011 | 1011000 | 101011 |
Color Harmonies of #630DCF
Complementary color
Monochromatic Colors of #630DCF
Black with #630DCF
Text Example
Text Example
White with #630DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630DCF; }
p { color: rgb(99,13,207); }
H1.HeaderClassName
{
color: #630DCF;
}
.AnyTagClassName
{
color: #630DCF;
}
</style>
background-color css
<style>
a { background-color: #630DCF; }
a { background-color: rgb(99,13,207); }
div.DivClassName
{
background-color: #630DCF;
}
.BgClassName
{
background-color: #630DCF;
}
</style>
border-color css
<style>
span { border-color: #630DCF; }
span { border-color: rgb(99,13,207); }
td.TdClassName
{
border-color: #630DCF;
}
.TagClassName
{
border-color: #630DCF;
}
</style>