Shades of Purple Heart #6329D6
Tints of Purple Heart #6329D6
RGB
CMYK
RGB Variations
Color information
#6329D6 (or 0x6329D6) is known color: Purple Heart. HEX triplet: 63, 29 and D6. RGB value is (99,41,214). Sum of RGB (Red+Green+Blue) = 99+41+214=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 214 (83.98% from 255 or 60.45% from 354); Max value from RGB is 214 - color contains mainly: blue. Hex color #6329D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6329D6 is #9CD629. Grayscale: #4D4D4D. Windows color (decimal): -10278442 or 14035299. OLE color: 14035299.
HSL color Cylindrical-coordinate representation of color #6329D6: hue angle of 260.12º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6329D6 is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 41 | 214 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.16 |
| HSL | 260.12º | 0.68% | 0.5% | - |
| HSV(B) | 260.12º | 0.81% | 0.84% | - |
| XYZ | 18.08 | 9.09 | 64.42 | - |
| YUV | 78.06 | 204.72 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 214 | 0.54 | 0.81 | 0 | 0.16 | 260.12 | 0.68 | 0.5 |
| Hex | 63 | 29 | D6 | 36 | 51 | 0 | 10 | 104 | 44 | 32 |
| Octal | 143 | 51 | 326 | 66 | 121 | 0 | 20 | 404 | 104 | 62 |
| Binary | 1100011 | 101001 | 11010110 | 110110 | 1010001 | 0 | 10000 | 100000100 | 1000100 | 110010 |
Color Harmonies of #6329D6
Complementary color
Monochromatic Colors of #6329D6
Black with #6329D6
Text Example
Text Example
White with #6329D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6329D6; }
p { color: rgb(99,41,214); }
H1.HeaderClassName
{
color: #6329D6;
}
.AnyTagClassName
{
color: #6329D6;
}
</style>
background-color css
<style>
a { background-color: #6329D6; }
a { background-color: rgb(99,41,214); }
div.DivClassName
{
background-color: #6329D6;
}
.BgClassName
{
background-color: #6329D6;
}
</style>
border-color css
<style>
span { border-color: #6329D6; }
span { border-color: rgb(99,41,214); }
td.TdClassName
{
border-color: #6329D6;
}
.TagClassName
{
border-color: #6329D6;
}
</style>