Shades of Purple Heart #630DAB
Tints of Purple Heart #630DAB
RGB
CMYK
RGB Variations
Color information
#630DAB (or 0x630DAB) is known color: Purple Heart. HEX triplet: 63, 0D and AB. RGB value is (99,13,171). Sum of RGB (Red+Green+Blue) = 99+13+171=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #630DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630DAB is #9CF254. Grayscale: #383838. Windows color (decimal): -10285653 or 11210083. OLE color: 11210083.
HSL color Cylindrical-coordinate representation of color #630DAB: hue angle of 272.66º degrees, saturation: 0.86, 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 #630DAB is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 13 | 171 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.33 |
| HSL | 272.66º | 0.86% | 0.36% | - |
| HSV(B) | 272.66º | 0.92% | 0.67% | - |
| XYZ | 12.64 | 5.88 | 39 | - |
| YUV | 56.73 | 192.49 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 13 | 171 | 0.42 | 0.92 | 0 | 0.33 | 272.66 | 0.86 | 0.36 |
| Hex | 63 | D | AB | 2A | 5C | 0 | 21 | 111 | 56 | 24 |
| Octal | 143 | 15 | 253 | 52 | 134 | 0 | 41 | 421 | 126 | 44 |
| Binary | 1100011 | 1101 | 10101011 | 101010 | 1011100 | 0 | 100001 | 100010001 | 1010110 | 100100 |
Color Harmonies of #630DAB
Complementary color
Monochromatic Colors of #630DAB
Black with #630DAB
Text Example
Text Example
White with #630DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630DAB; }
p { color: rgb(99,13,171); }
H1.HeaderClassName
{
color: #630DAB;
}
.AnyTagClassName
{
color: #630DAB;
}
</style>
background-color css
<style>
a { background-color: #630DAB; }
a { background-color: rgb(99,13,171); }
div.DivClassName
{
background-color: #630DAB;
}
.BgClassName
{
background-color: #630DAB;
}
</style>
border-color css
<style>
span { border-color: #630DAB; }
span { border-color: rgb(99,13,171); }
td.TdClassName
{
border-color: #630DAB;
}
.TagClassName
{
border-color: #630DAB;
}
</style>