Shades of Purple Heart #6318DD
Tints of Purple Heart #6318DD
RGB
CMYK
RGB Variations
Color information
#6318DD (or 0x6318DD) is known color: Purple Heart. HEX triplet: 63, 18 and DD. RGB value is (99,24,221). Sum of RGB (Red+Green+Blue) = 99+24+221=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #6318DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6318DD is #9CE722. Grayscale: #444444. Windows color (decimal): -10282787 or 14489699. OLE color: 14489699.
HSL color Cylindrical-coordinate representation of color #6318DD: hue angle of 262.84º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6318DD is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 24 | 221 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.13 |
| HSL | 262.84º | 0.8% | 0.48% | - |
| HSV(B) | 262.84º | 0.89% | 0.87% | - |
| XYZ | 18.52 | 8.53 | 69.08 | - |
| YUV | 68.88 | 213.85 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 24 | 221 | 0.55 | 0.89 | 0 | 0.13 | 262.84 | 0.8 | 0.48 |
| Hex | 63 | 18 | DD | 37 | 59 | 0 | D | 107 | 50 | 30 |
| Octal | 143 | 30 | 335 | 67 | 131 | 0 | 15 | 407 | 120 | 60 |
| Binary | 1100011 | 11000 | 11011101 | 110111 | 1011001 | 0 | 1101 | 100000111 | 1010000 | 110000 |
Color Harmonies of #6318DD
Complementary color
Monochromatic Colors of #6318DD
Black with #6318DD
Text Example
Text Example
White with #6318DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6318DD; }
p { color: rgb(99,24,221); }
H1.HeaderClassName
{
color: #6318DD;
}
.AnyTagClassName
{
color: #6318DD;
}
</style>
background-color css
<style>
a { background-color: #6318DD; }
a { background-color: rgb(99,24,221); }
div.DivClassName
{
background-color: #6318DD;
}
.BgClassName
{
background-color: #6318DD;
}
</style>
border-color css
<style>
span { border-color: #6318DD; }
span { border-color: rgb(99,24,221); }
td.TdClassName
{
border-color: #6318DD;
}
.TagClassName
{
border-color: #6318DD;
}
</style>