Shades of Purple Heart #6329AB
Tints of Purple Heart #6329AB
RGB
CMYK
RGB Variations
Color information
#6329AB (or 0x6329AB) is known color: Purple Heart. HEX triplet: 63, 29 and AB. RGB value is (99,41,171). Sum of RGB (Red+Green+Blue) = 99+41+171=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #6329AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6329AB is #9CD654. Grayscale: #484848. Windows color (decimal): -10278485 or 11217251. OLE color: 11217251.
HSL color Cylindrical-coordinate representation of color #6329AB: hue angle of 266.77º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6329AB is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 41 | 171 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.33 |
| HSL | 266.77º | 0.61% | 0.42% | - |
| HSV(B) | 266.77º | 0.76% | 0.67% | - |
| XYZ | 13.29 | 7.18 | 39.21 | - |
| YUV | 73.16 | 183.22 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 171 | 0.42 | 0.76 | 0 | 0.33 | 266.77 | 0.61 | 0.42 |
| Hex | 63 | 29 | AB | 2A | 4C | 0 | 21 | 10B | 3D | 2A |
| Octal | 143 | 51 | 253 | 52 | 114 | 0 | 41 | 413 | 75 | 52 |
| Binary | 1100011 | 101001 | 10101011 | 101010 | 1001100 | 0 | 100001 | 100001011 | 111101 | 101010 |
Color Harmonies of #6329AB
Complementary color
Monochromatic Colors of #6329AB
Black with #6329AB
Text Example
Text Example
White with #6329AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6329AB; }
p { color: rgb(99,41,171); }
H1.HeaderClassName
{
color: #6329AB;
}
.AnyTagClassName
{
color: #6329AB;
}
</style>
background-color css
<style>
a { background-color: #6329AB; }
a { background-color: rgb(99,41,171); }
div.DivClassName
{
background-color: #6329AB;
}
.BgClassName
{
background-color: #6329AB;
}
</style>
border-color css
<style>
span { border-color: #6329AB; }
span { border-color: rgb(99,41,171); }
td.TdClassName
{
border-color: #6329AB;
}
.TagClassName
{
border-color: #6329AB;
}
</style>