Shades of Purple Heart #6324DB
Tints of Purple Heart #6324DB
RGB
CMYK
RGB Variations
Color information
#6324DB (or 0x6324DB) is known color: Purple Heart. HEX triplet: 63, 24 and DB. RGB value is (99,36,219). Sum of RGB (Red+Green+Blue) = 99+36+219=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #6324DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6324DB is #9CDB24. Grayscale: #4B4B4B. Windows color (decimal): -10279717 or 14361699. OLE color: 14361699.
HSL color Cylindrical-coordinate representation of color #6324DB: hue angle of 260.66º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6324DB is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 36 | 219 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.14 |
| HSL | 260.66º | 0.72% | 0.5% | - |
| HSV(B) | 260.66º | 0.84% | 0.86% | - |
| XYZ | 18.56 | 9.03 | 67.78 | - |
| YUV | 75.7 | 208.87 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 219 | 0.55 | 0.84 | 0 | 0.14 | 260.66 | 0.72 | 0.5 |
| Hex | 63 | 24 | DB | 37 | 54 | 0 | E | 105 | 48 | 32 |
| Octal | 143 | 44 | 333 | 67 | 124 | 0 | 16 | 405 | 110 | 62 |
| Binary | 1100011 | 100100 | 11011011 | 110111 | 1010100 | 0 | 1110 | 100000101 | 1001000 | 110010 |
Color Harmonies of #6324DB
Complementary color
Monochromatic Colors of #6324DB
Black with #6324DB
Text Example
Text Example
White with #6324DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6324DB; }
p { color: rgb(99,36,219); }
H1.HeaderClassName
{
color: #6324DB;
}
.AnyTagClassName
{
color: #6324DB;
}
</style>
background-color css
<style>
a { background-color: #6324DB; }
a { background-color: rgb(99,36,219); }
div.DivClassName
{
background-color: #6324DB;
}
.BgClassName
{
background-color: #6324DB;
}
</style>
border-color css
<style>
span { border-color: #6324DB; }
span { border-color: rgb(99,36,219); }
td.TdClassName
{
border-color: #6324DB;
}
.TagClassName
{
border-color: #6324DB;
}
</style>