Shades of Purple Heart #630EAC
Tints of Purple Heart #630EAC
RGB
CMYK
RGB Variations
Color information
#630EAC (or 0x630EAC) is known color: Purple Heart. HEX triplet: 63, 0E and AC. RGB value is (99,14,172). Sum of RGB (Red+Green+Blue) = 99+14+172=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #630EAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630EAC is #9CF153. Grayscale: #383838. Windows color (decimal): -10285396 or 11275875. OLE color: 11275875.
HSL color Cylindrical-coordinate representation of color #630EAC: hue angle of 272.28º 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 #630EAC is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 14 | 172 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.33 |
| HSL | 272.28º | 0.85% | 0.36% | - |
| HSV(B) | 272.28º | 0.92% | 0.67% | - |
| XYZ | 12.75 | 5.95 | 39.51 | - |
| YUV | 57.43 | 192.66 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 14 | 172 | 0.42 | 0.92 | 0 | 0.33 | 272.28 | 0.85 | 0.36 |
| Hex | 63 | E | AC | 2A | 5C | 0 | 21 | 110 | 55 | 24 |
| Octal | 143 | 16 | 254 | 52 | 134 | 0 | 41 | 420 | 125 | 44 |
| Binary | 1100011 | 1110 | 10101100 | 101010 | 1011100 | 0 | 100001 | 100010000 | 1010101 | 100100 |
Color Harmonies of #630EAC
Complementary color
Monochromatic Colors of #630EAC
Black with #630EAC
Text Example
Text Example
White with #630EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630EAC; }
p { color: rgb(99,14,172); }
H1.HeaderClassName
{
color: #630EAC;
}
.AnyTagClassName
{
color: #630EAC;
}
</style>
background-color css
<style>
a { background-color: #630EAC; }
a { background-color: rgb(99,14,172); }
div.DivClassName
{
background-color: #630EAC;
}
.BgClassName
{
background-color: #630EAC;
}
</style>
border-color css
<style>
span { border-color: #630EAC; }
span { border-color: rgb(99,14,172); }
td.TdClassName
{
border-color: #630EAC;
}
.TagClassName
{
border-color: #630EAC;
}
</style>