Shades of Purple Heart #6329DF
Tints of Purple Heart #6329DF
RGB
CMYK
RGB Variations
Color information
#6329DF (or 0x6329DF) is known color: Purple Heart. HEX triplet: 63, 29 and DF. RGB value is (99,41,223). Sum of RGB (Red+Green+Blue) = 99+41+223=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #6329DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6329DF is #9CD620. Grayscale: #4E4E4E. Windows color (decimal): -10278433 or 14625123. OLE color: 14625123.
HSL color Cylindrical-coordinate representation of color #6329DF: hue angle of 259.12º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6329DF is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 41 | 223 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.13 |
| HSL | 259.12º | 0.74% | 0.52% | - |
| HSV(B) | 259.12º | 0.82% | 0.87% | - |
| XYZ | 19.26 | 9.57 | 70.64 | - |
| YUV | 79.09 | 209.22 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 223 | 0.56 | 0.82 | 0 | 0.13 | 259.12 | 0.74 | 0.52 |
| Hex | 63 | 29 | DF | 38 | 52 | 0 | D | 103 | 4A | 34 |
| Octal | 143 | 51 | 337 | 70 | 122 | 0 | 15 | 403 | 112 | 64 |
| Binary | 1100011 | 101001 | 11011111 | 111000 | 1010010 | 0 | 1101 | 100000011 | 1001010 | 110100 |
Color Harmonies of #6329DF
Complementary color
Monochromatic Colors of #6329DF
Black with #6329DF
Text Example
Text Example
White with #6329DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6329DF; }
p { color: rgb(99,41,223); }
H1.HeaderClassName
{
color: #6329DF;
}
.AnyTagClassName
{
color: #6329DF;
}
</style>
background-color css
<style>
a { background-color: #6329DF; }
a { background-color: rgb(99,41,223); }
div.DivClassName
{
background-color: #6329DF;
}
.BgClassName
{
background-color: #6329DF;
}
</style>
border-color css
<style>
span { border-color: #6329DF; }
span { border-color: rgb(99,41,223); }
td.TdClassName
{
border-color: #6329DF;
}
.TagClassName
{
border-color: #6329DF;
}
</style>