Shades of Purple Heart #630EAD
Tints of Purple Heart #630EAD
RGB
CMYK
RGB Variations
Color information
#630EAD (or 0x630EAD) is known color: Purple Heart. HEX triplet: 63, 0E and AD. RGB value is (99,14,173). Sum of RGB (Red+Green+Blue) = 99+14+173=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #630EAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630EAD is #9CF152. Grayscale: #383838. Windows color (decimal): -10285395 or 11341411. OLE color: 11341411.
HSL color Cylindrical-coordinate representation of color #630EAD: hue angle of 272.08º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630EAD is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 14 | 173 | - |
| CMYK | 0.43 | 0.92 | 0 | 0.32 |
| HSL | 272.08º | 0.85% | 0.37% | - |
| HSV(B) | 272.08º | 0.92% | 0.68% | - |
| XYZ | 12.85 | 5.98 | 40.01 | - |
| YUV | 57.54 | 193.16 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 14 | 173 | 0.43 | 0.92 | 0 | 0.32 | 272.08 | 0.85 | 0.37 |
| Hex | 63 | E | AD | 2B | 5C | 0 | 20 | 110 | 55 | 25 |
| Octal | 143 | 16 | 255 | 53 | 134 | 0 | 40 | 420 | 125 | 45 |
| Binary | 1100011 | 1110 | 10101101 | 101011 | 1011100 | 0 | 100000 | 100010000 | 1010101 | 100101 |
Color Harmonies of #630EAD
Complementary color
Monochromatic Colors of #630EAD
Black with #630EAD
Text Example
Text Example
White with #630EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630EAD; }
p { color: rgb(99,14,173); }
H1.HeaderClassName
{
color: #630EAD;
}
.AnyTagClassName
{
color: #630EAD;
}
</style>
background-color css
<style>
a { background-color: #630EAD; }
a { background-color: rgb(99,14,173); }
div.DivClassName
{
background-color: #630EAD;
}
.BgClassName
{
background-color: #630EAD;
}
</style>
border-color css
<style>
span { border-color: #630EAD; }
span { border-color: rgb(99,14,173); }
td.TdClassName
{
border-color: #630EAD;
}
.TagClassName
{
border-color: #630EAD;
}
</style>