Shades of Purple Heart #6318DA
Tints of Purple Heart #6318DA
RGB
CMYK
RGB Variations
Color information
#6318DA (or 0x6318DA) is known color: Purple Heart. HEX triplet: 63, 18 and DA. RGB value is (99,24,218). Sum of RGB (Red+Green+Blue) = 99+24+218=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #6318DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6318DA is #9CE725. Grayscale: #434343. Windows color (decimal): -10282790 or 14293091. OLE color: 14293091.
HSL color Cylindrical-coordinate representation of color #6318DA: hue angle of 263.2º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6318DA is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 24 | 218 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.15 |
| HSL | 263.2º | 0.8% | 0.47% | - |
| HSV(B) | 263.2º | 0.89% | 0.85% | - |
| XYZ | 18.13 | 8.37 | 66.99 | - |
| YUV | 68.54 | 212.35 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 24 | 218 | 0.55 | 0.89 | 0 | 0.15 | 263.2 | 0.8 | 0.47 |
| Hex | 63 | 18 | DA | 37 | 59 | 0 | F | 107 | 50 | 2F |
| Octal | 143 | 30 | 332 | 67 | 131 | 0 | 17 | 407 | 120 | 57 |
| Binary | 1100011 | 11000 | 11011010 | 110111 | 1011001 | 0 | 1111 | 100000111 | 1010000 | 101111 |
Color Harmonies of #6318DA
Complementary color
Monochromatic Colors of #6318DA
Black with #6318DA
Text Example
Text Example
White with #6318DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6318DA; }
p { color: rgb(99,24,218); }
H1.HeaderClassName
{
color: #6318DA;
}
.AnyTagClassName
{
color: #6318DA;
}
</style>
background-color css
<style>
a { background-color: #6318DA; }
a { background-color: rgb(99,24,218); }
div.DivClassName
{
background-color: #6318DA;
}
.BgClassName
{
background-color: #6318DA;
}
</style>
border-color css
<style>
span { border-color: #6318DA; }
span { border-color: rgb(99,24,218); }
td.TdClassName
{
border-color: #6318DA;
}
.TagClassName
{
border-color: #6318DA;
}
</style>