Shades of Purple Heart #6322DD
Tints of Purple Heart #6322DD
RGB
CMYK
RGB Variations
Color information
#6322DD (or 0x6322DD) is known color: Purple Heart. HEX triplet: 63, 22 and DD. RGB value is (99,34,221). Sum of RGB (Red+Green+Blue) = 99+34+221=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #6322DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6322DD is #9CDD22. Grayscale: #4A4A4A. Windows color (decimal): -10280227 or 14492259. OLE color: 14492259.
HSL color Cylindrical-coordinate representation of color #6322DD: hue angle of 260.86º degrees, saturation: 0.73, 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 #6322DD is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 34 | 221 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.13 |
| HSL | 260.86º | 0.73% | 0.5% | - |
| HSV(B) | 260.86º | 0.85% | 0.87% | - |
| XYZ | 18.77 | 9.02 | 69.16 | - |
| YUV | 74.75 | 210.53 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 221 | 0.55 | 0.85 | 0 | 0.13 | 260.86 | 0.73 | 0.5 |
| Hex | 63 | 22 | DD | 37 | 55 | 0 | D | 105 | 49 | 32 |
| Octal | 143 | 42 | 335 | 67 | 125 | 0 | 15 | 405 | 111 | 62 |
| Binary | 1100011 | 100010 | 11011101 | 110111 | 1010101 | 0 | 1101 | 100000101 | 1001001 | 110010 |
Color Harmonies of #6322DD
Complementary color
Monochromatic Colors of #6322DD
Black with #6322DD
Text Example
Text Example
White with #6322DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6322DD; }
p { color: rgb(99,34,221); }
H1.HeaderClassName
{
color: #6322DD;
}
.AnyTagClassName
{
color: #6322DD;
}
</style>
background-color css
<style>
a { background-color: #6322DD; }
a { background-color: rgb(99,34,221); }
div.DivClassName
{
background-color: #6322DD;
}
.BgClassName
{
background-color: #6322DD;
}
</style>
border-color css
<style>
span { border-color: #6322DD; }
span { border-color: rgb(99,34,221); }
td.TdClassName
{
border-color: #6322DD;
}
.TagClassName
{
border-color: #6322DD;
}
</style>