Shades of Purple Heart #6329C5
Tints of Purple Heart #6329C5
RGB
CMYK
RGB Variations
Color information
#6329C5 (or 0x6329C5) is known color: Purple Heart. HEX triplet: 63, 29 and C5. RGB value is (99,41,197). Sum of RGB (Red+Green+Blue) = 99+41+197=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 197 (77.34% from 255 or 58.46% from 337); Max value from RGB is 197 - color contains mainly: blue. Hex color #6329C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6329C5 is #9CD63A. Grayscale: #4B4B4B. Windows color (decimal): -10278459 or 12921187. OLE color: 12921187.
HSL color Cylindrical-coordinate representation of color #6329C5: hue angle of 262.31º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6329C5 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 99 | 41 | 197 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.23 |
| HSL | 262.31º | 0.66% | 0.47% | - |
| HSV(B) | 262.31º | 0.79% | 0.77% | - |
| XYZ | 16.02 | 8.27 | 53.58 | - |
| YUV | 76.13 | 196.22 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 197 | 0.50 | 0.79 | 0 | 0.23 | 262.31 | 0.66 | 0.47 |
| Hex | 63 | 29 | C5 | 32 | 4F | 0 | 17 | 106 | 42 | 2F |
| Octal | 143 | 51 | 305 | 62 | 117 | 0 | 27 | 406 | 102 | 57 |
| Binary | 1100011 | 101001 | 11000101 | 110010 | 1001111 | 0 | 10111 | 100000110 | 1000010 | 101111 |
Color Harmonies of #6329C5
Complementary color
Monochromatic Colors of #6329C5
Black with #6329C5
Text Example
Text Example
White with #6329C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6329C5; }
p { color: rgb(99,41,197); }
H1.HeaderClassName
{
color: #6329C5;
}
.AnyTagClassName
{
color: #6329C5;
}
</style>
background-color css
<style>
a { background-color: #6329C5; }
a { background-color: rgb(99,41,197); }
div.DivClassName
{
background-color: #6329C5;
}
.BgClassName
{
background-color: #6329C5;
}
</style>
border-color css
<style>
span { border-color: #6329C5; }
span { border-color: rgb(99,41,197); }
td.TdClassName
{
border-color: #6329C5;
}
.TagClassName
{
border-color: #6329C5;
}
</style>