Shades of Purple Heart #6329CA
Tints of Purple Heart #6329CA
RGB
CMYK
RGB Variations
Color information
#6329CA (or 0x6329CA) is known color: Purple Heart. HEX triplet: 63, 29 and CA. RGB value is (99,41,202). Sum of RGB (Red+Green+Blue) = 99+41+202=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #6329CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6329CA is #9CD635. Grayscale: #4C4C4C. Windows color (decimal): -10278454 or 13248867. OLE color: 13248867.
HSL color Cylindrical-coordinate representation of color #6329CA: hue angle of 261.61º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6329CA is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 41 | 202 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.21 |
| HSL | 261.61º | 0.66% | 0.48% | - |
| HSV(B) | 261.61º | 0.8% | 0.79% | - |
| XYZ | 16.6 | 8.5 | 56.64 | - |
| YUV | 76.7 | 198.72 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 202 | 0.51 | 0.80 | 0 | 0.21 | 261.61 | 0.66 | 0.48 |
| Hex | 63 | 29 | CA | 33 | 50 | 0 | 15 | 106 | 42 | 30 |
| Octal | 143 | 51 | 312 | 63 | 120 | 0 | 25 | 406 | 102 | 60 |
| Binary | 1100011 | 101001 | 11001010 | 110011 | 1010000 | 0 | 10101 | 100000110 | 1000010 | 110000 |
Color Harmonies of #6329CA
Complementary color
Monochromatic Colors of #6329CA
Black with #6329CA
Text Example
Text Example
White with #6329CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6329CA; }
p { color: rgb(99,41,202); }
H1.HeaderClassName
{
color: #6329CA;
}
.AnyTagClassName
{
color: #6329CA;
}
</style>
background-color css
<style>
a { background-color: #6329CA; }
a { background-color: rgb(99,41,202); }
div.DivClassName
{
background-color: #6329CA;
}
.BgClassName
{
background-color: #6329CA;
}
</style>
border-color css
<style>
span { border-color: #6329CA; }
span { border-color: rgb(99,41,202); }
td.TdClassName
{
border-color: #6329CA;
}
.TagClassName
{
border-color: #6329CA;
}
</style>