Shades of Purple Heart #6329AC
Tints of Purple Heart #6329AC
RGB
CMYK
RGB Variations
Color information
#6329AC (or 0x6329AC) is known color: Purple Heart. HEX triplet: 63, 29 and AC. RGB value is (99,41,172). Sum of RGB (Red+Green+Blue) = 99+41+172=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #6329AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6329AC is #9CD653. Grayscale: #484848. Windows color (decimal): -10278484 or 11282787. OLE color: 11282787.
HSL color Cylindrical-coordinate representation of color #6329AC: hue angle of 266.56º degrees, saturation: 0.62, 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 #6329AC is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 41 | 172 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.33 |
| HSL | 266.56º | 0.62% | 0.42% | - |
| HSV(B) | 266.56º | 0.76% | 0.67% | - |
| XYZ | 13.38 | 7.22 | 39.72 | - |
| YUV | 73.28 | 183.72 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 172 | 0.42 | 0.76 | 0 | 0.33 | 266.56 | 0.62 | 0.42 |
| Hex | 63 | 29 | AC | 2A | 4C | 0 | 21 | 10B | 3E | 2A |
| Octal | 143 | 51 | 254 | 52 | 114 | 0 | 41 | 413 | 76 | 52 |
| Binary | 1100011 | 101001 | 10101100 | 101010 | 1001100 | 0 | 100001 | 100001011 | 111110 | 101010 |
Color Harmonies of #6329AC
Complementary color
Monochromatic Colors of #6329AC
Black with #6329AC
Text Example
Text Example
White with #6329AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6329AC; }
p { color: rgb(99,41,172); }
H1.HeaderClassName
{
color: #6329AC;
}
.AnyTagClassName
{
color: #6329AC;
}
</style>
background-color css
<style>
a { background-color: #6329AC; }
a { background-color: rgb(99,41,172); }
div.DivClassName
{
background-color: #6329AC;
}
.BgClassName
{
background-color: #6329AC;
}
</style>
border-color css
<style>
span { border-color: #6329AC; }
span { border-color: rgb(99,41,172); }
td.TdClassName
{
border-color: #6329AC;
}
.TagClassName
{
border-color: #6329AC;
}
</style>