Shades of Purple Heart #6321DC
Tints of Purple Heart #6321DC
RGB
CMYK
RGB Variations
Color information
#6321DC (or 0x6321DC) is known color: Purple Heart. HEX triplet: 63, 21 and DC. RGB value is (99,33,220). Sum of RGB (Red+Green+Blue) = 99+33+220=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #6321DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6321DC is #9CDE23. Grayscale: #494949. Windows color (decimal): -10280484 or 14426467. OLE color: 14426467.
HSL color Cylindrical-coordinate representation of color #6321DC: hue angle of 261.18º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6321DC is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 33 | 220 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.14 |
| HSL | 261.18º | 0.74% | 0.5% | - |
| HSV(B) | 261.18º | 0.85% | 0.86% | - |
| XYZ | 18.61 | 8.91 | 68.45 | - |
| YUV | 74.05 | 210.37 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 33 | 220 | 0.55 | 0.85 | 0 | 0.14 | 261.18 | 0.74 | 0.5 |
| Hex | 63 | 21 | DC | 37 | 55 | 0 | E | 105 | 4A | 32 |
| Octal | 143 | 41 | 334 | 67 | 125 | 0 | 16 | 405 | 112 | 62 |
| Binary | 1100011 | 100001 | 11011100 | 110111 | 1010101 | 0 | 1110 | 100000101 | 1001010 | 110010 |
Color Harmonies of #6321DC
Complementary color
Monochromatic Colors of #6321DC
Black with #6321DC
Text Example
Text Example
White with #6321DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6321DC; }
p { color: rgb(99,33,220); }
H1.HeaderClassName
{
color: #6321DC;
}
.AnyTagClassName
{
color: #6321DC;
}
</style>
background-color css
<style>
a { background-color: #6321DC; }
a { background-color: rgb(99,33,220); }
div.DivClassName
{
background-color: #6321DC;
}
.BgClassName
{
background-color: #6321DC;
}
</style>
border-color css
<style>
span { border-color: #6321DC; }
span { border-color: rgb(99,33,220); }
td.TdClassName
{
border-color: #6321DC;
}
.TagClassName
{
border-color: #6321DC;
}
</style>