Shades of Purple Heart #6726AB
Tints of Purple Heart #6726AB
RGB
CMYK
RGB Variations
Color information
#6726AB (or 0x6726AB) is known color: Purple Heart. HEX triplet: 67, 26 and AB. RGB value is (103,38,171). Sum of RGB (Red+Green+Blue) = 103+38+171=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #6726AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6726AB is #98D954. Grayscale: #484848. Windows color (decimal): -10017109 or 11216487. OLE color: 11216487.
HSL color Cylindrical-coordinate representation of color #6726AB: hue angle of 269.32º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6726AB is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 38 | 171 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.33 |
| HSL | 269.32º | 0.64% | 0.41% | - |
| HSV(B) | 269.32º | 0.78% | 0.67% | - |
| XYZ | 13.64 | 7.21 | 39.2 | - |
| YUV | 72.6 | 183.53 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 38 | 171 | 0.40 | 0.78 | 0 | 0.33 | 269.32 | 0.64 | 0.41 |
| Hex | 67 | 26 | AB | 28 | 4E | 0 | 21 | 10D | 40 | 29 |
| Octal | 147 | 46 | 253 | 50 | 116 | 0 | 41 | 415 | 100 | 51 |
| Binary | 1100111 | 100110 | 10101011 | 101000 | 1001110 | 0 | 100001 | 100001101 | 1000000 | 101001 |
Color Harmonies of #6726AB
Complementary color
Monochromatic Colors of #6726AB
Black with #6726AB
Text Example
Text Example
White with #6726AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6726AB; }
p { color: rgb(103,38,171); }
H1.HeaderClassName
{
color: #6726AB;
}
.AnyTagClassName
{
color: #6726AB;
}
</style>
background-color css
<style>
a { background-color: #6726AB; }
a { background-color: rgb(103,38,171); }
div.DivClassName
{
background-color: #6726AB;
}
.BgClassName
{
background-color: #6726AB;
}
</style>
border-color css
<style>
span { border-color: #6726AB; }
span { border-color: rgb(103,38,171); }
td.TdClassName
{
border-color: #6726AB;
}
.TagClassName
{
border-color: #6726AB;
}
</style>