Shades of Purple Heart #6322AB
Tints of Purple Heart #6322AB
RGB
CMYK
RGB Variations
Color information
#6322AB (or 0x6322AB) is known color: Purple Heart. HEX triplet: 63, 22 and AB. RGB value is (99,34,171). Sum of RGB (Red+Green+Blue) = 99+34+171=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #6322AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6322AB is #9CDD54. Grayscale: #444444. Windows color (decimal): -10280277 or 11215459. OLE color: 11215459.
HSL color Cylindrical-coordinate representation of color #6322AB: hue angle of 268.47º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6322AB is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 34 | 171 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.33 |
| HSL | 268.47º | 0.67% | 0.4% | - |
| HSV(B) | 268.47º | 0.8% | 0.67% | - |
| XYZ | 13.07 | 6.74 | 39.14 | - |
| YUV | 69.05 | 185.53 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 171 | 0.42 | 0.80 | 0 | 0.33 | 268.47 | 0.67 | 0.4 |
| Hex | 63 | 22 | AB | 2A | 50 | 0 | 21 | 10C | 43 | 28 |
| Octal | 143 | 42 | 253 | 52 | 120 | 0 | 41 | 414 | 103 | 50 |
| Binary | 1100011 | 100010 | 10101011 | 101010 | 1010000 | 0 | 100001 | 100001100 | 1000011 | 101000 |
Color Harmonies of #6322AB
Complementary color
Monochromatic Colors of #6322AB
Black with #6322AB
Text Example
Text Example
White with #6322AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6322AB; }
p { color: rgb(99,34,171); }
H1.HeaderClassName
{
color: #6322AB;
}
.AnyTagClassName
{
color: #6322AB;
}
</style>
background-color css
<style>
a { background-color: #6322AB; }
a { background-color: rgb(99,34,171); }
div.DivClassName
{
background-color: #6322AB;
}
.BgClassName
{
background-color: #6322AB;
}
</style>
border-color css
<style>
span { border-color: #6322AB; }
span { border-color: rgb(99,34,171); }
td.TdClassName
{
border-color: #6322AB;
}
.TagClassName
{
border-color: #6322AB;
}
</style>