Shades of Purple Heart #630EAB
Tints of Purple Heart #630EAB
RGB
CMYK
RGB Variations
Color information
#630EAB (or 0x630EAB) is known color: Purple Heart. HEX triplet: 63, 0E and AB. RGB value is (99,14,171). Sum of RGB (Red+Green+Blue) = 99+14+171=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #630EAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630EAB is #9CF154. Grayscale: #383838. Windows color (decimal): -10285397 or 11210339. OLE color: 11210339.
HSL color Cylindrical-coordinate representation of color #630EAB: hue angle of 272.48º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630EAB is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 14 | 171 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.33 |
| HSL | 272.48º | 0.85% | 0.36% | - |
| HSV(B) | 272.48º | 0.92% | 0.67% | - |
| XYZ | 12.65 | 5.91 | 39 | - |
| YUV | 57.31 | 192.16 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 14 | 171 | 0.42 | 0.92 | 0 | 0.33 | 272.48 | 0.85 | 0.36 |
| Hex | 63 | E | AB | 2A | 5C | 0 | 21 | 110 | 55 | 24 |
| Octal | 143 | 16 | 253 | 52 | 134 | 0 | 41 | 420 | 125 | 44 |
| Binary | 1100011 | 1110 | 10101011 | 101010 | 1011100 | 0 | 100001 | 100010000 | 1010101 | 100100 |
Color Harmonies of #630EAB
Complementary color
Monochromatic Colors of #630EAB
Black with #630EAB
Text Example
Text Example
White with #630EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630EAB; }
p { color: rgb(99,14,171); }
H1.HeaderClassName
{
color: #630EAB;
}
.AnyTagClassName
{
color: #630EAB;
}
</style>
background-color css
<style>
a { background-color: #630EAB; }
a { background-color: rgb(99,14,171); }
div.DivClassName
{
background-color: #630EAB;
}
.BgClassName
{
background-color: #630EAB;
}
</style>
border-color css
<style>
span { border-color: #630EAB; }
span { border-color: rgb(99,14,171); }
td.TdClassName
{
border-color: #630EAB;
}
.TagClassName
{
border-color: #630EAB;
}
</style>