Shades of Purple Heart #6321DD
Tints of Purple Heart #6321DD
RGB
CMYK
RGB Variations
Color information
#6321DD (or 0x6321DD) is known color: Purple Heart. HEX triplet: 63, 21 and DD. RGB value is (99,33,221). Sum of RGB (Red+Green+Blue) = 99+33+221=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #6321DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6321DD is #9CDE22. Grayscale: #494949. Windows color (decimal): -10280483 or 14492003. OLE color: 14492003.
HSL color Cylindrical-coordinate representation of color #6321DD: hue angle of 261.06º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6321DD is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 33 | 221 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.13 |
| HSL | 261.06º | 0.74% | 0.5% | - |
| HSV(B) | 261.06º | 0.85% | 0.87% | - |
| XYZ | 18.74 | 8.96 | 69.15 | - |
| YUV | 74.17 | 210.87 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 33 | 221 | 0.55 | 0.85 | 0 | 0.13 | 261.06 | 0.74 | 0.5 |
| Hex | 63 | 21 | DD | 37 | 55 | 0 | D | 105 | 4A | 32 |
| Octal | 143 | 41 | 335 | 67 | 125 | 0 | 15 | 405 | 112 | 62 |
| Binary | 1100011 | 100001 | 11011101 | 110111 | 1010101 | 0 | 1101 | 100000101 | 1001010 | 110010 |
Color Harmonies of #6321DD
Complementary color
Monochromatic Colors of #6321DD
Black with #6321DD
Text Example
Text Example
White with #6321DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6321DD; }
p { color: rgb(99,33,221); }
H1.HeaderClassName
{
color: #6321DD;
}
.AnyTagClassName
{
color: #6321DD;
}
</style>
background-color css
<style>
a { background-color: #6321DD; }
a { background-color: rgb(99,33,221); }
div.DivClassName
{
background-color: #6321DD;
}
.BgClassName
{
background-color: #6321DD;
}
</style>
border-color css
<style>
span { border-color: #6321DD; }
span { border-color: rgb(99,33,221); }
td.TdClassName
{
border-color: #6321DD;
}
.TagClassName
{
border-color: #6321DD;
}
</style>