Shades of Purple Heart #6724AB
Tints of Purple Heart #6724AB
RGB
CMYK
RGB Variations
Color information
#6724AB (or 0x6724AB) is known color: Purple Heart. HEX triplet: 67, 24 and AB. RGB value is (103,36,171). Sum of RGB (Red+Green+Blue) = 103+36+171=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #6724AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6724AB is #98DB54. Grayscale: #464646. Windows color (decimal): -10017621 or 11215975. OLE color: 11215975.
HSL color Cylindrical-coordinate representation of color #6724AB: hue angle of 269.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6724AB is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 36 | 171 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.33 |
| HSL | 269.78º | 0.65% | 0.41% | - |
| HSV(B) | 269.78º | 0.79% | 0.67% | - |
| XYZ | 13.58 | 7.09 | 39.18 | - |
| YUV | 71.42 | 184.2 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 36 | 171 | 0.40 | 0.79 | 0 | 0.33 | 269.78 | 0.65 | 0.41 |
| Hex | 67 | 24 | AB | 28 | 4F | 0 | 21 | 10E | 41 | 29 |
| Octal | 147 | 44 | 253 | 50 | 117 | 0 | 41 | 416 | 101 | 51 |
| Binary | 1100111 | 100100 | 10101011 | 101000 | 1001111 | 0 | 100001 | 100001110 | 1000001 | 101001 |
Color Harmonies of #6724AB
Complementary color
Monochromatic Colors of #6724AB
Black with #6724AB
Text Example
Text Example
White with #6724AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6724AB; }
p { color: rgb(103,36,171); }
H1.HeaderClassName
{
color: #6724AB;
}
.AnyTagClassName
{
color: #6724AB;
}
</style>
background-color css
<style>
a { background-color: #6724AB; }
a { background-color: rgb(103,36,171); }
div.DivClassName
{
background-color: #6724AB;
}
.BgClassName
{
background-color: #6724AB;
}
</style>
border-color css
<style>
span { border-color: #6724AB; }
span { border-color: rgb(103,36,171); }
td.TdClassName
{
border-color: #6724AB;
}
.TagClassName
{
border-color: #6724AB;
}
</style>