Shades of Purple Heart #6329DC
Tints of Purple Heart #6329DC
RGB
CMYK
RGB Variations
Color information
#6329DC (or 0x6329DC) is known color: Purple Heart. HEX triplet: 63, 29 and DC. RGB value is (99,41,220). Sum of RGB (Red+Green+Blue) = 99+41+220=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #6329DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6329DC is #9CD623. Grayscale: #4E4E4E. Windows color (decimal): -10278436 or 14428515. OLE color: 14428515.
HSL color Cylindrical-coordinate representation of color #6329DC: hue angle of 259.44º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6329DC is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 41 | 220 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.14 |
| HSL | 259.44º | 0.72% | 0.51% | - |
| HSV(B) | 259.44º | 0.81% | 0.86% | - |
| XYZ | 18.86 | 9.41 | 68.53 | - |
| YUV | 78.75 | 207.72 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 220 | 0.55 | 0.81 | 0 | 0.14 | 259.44 | 0.72 | 0.51 |
| Hex | 63 | 29 | DC | 37 | 51 | 0 | E | 103 | 48 | 33 |
| Octal | 143 | 51 | 334 | 67 | 121 | 0 | 16 | 403 | 110 | 63 |
| Binary | 1100011 | 101001 | 11011100 | 110111 | 1010001 | 0 | 1110 | 100000011 | 1001000 | 110011 |
Color Harmonies of #6329DC
Complementary color
Monochromatic Colors of #6329DC
Black with #6329DC
Text Example
Text Example
White with #6329DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6329DC; }
p { color: rgb(99,41,220); }
H1.HeaderClassName
{
color: #6329DC;
}
.AnyTagClassName
{
color: #6329DC;
}
</style>
background-color css
<style>
a { background-color: #6329DC; }
a { background-color: rgb(99,41,220); }
div.DivClassName
{
background-color: #6329DC;
}
.BgClassName
{
background-color: #6329DC;
}
</style>
border-color css
<style>
span { border-color: #6329DC; }
span { border-color: rgb(99,41,220); }
td.TdClassName
{
border-color: #6329DC;
}
.TagClassName
{
border-color: #6329DC;
}
</style>