Shades of Purple Heart #6426AB
Tints of Purple Heart #6426AB
RGB
CMYK
RGB Variations
Color information
#6426AB (or 0x6426AB) is known color: Purple Heart. HEX triplet: 64, 26 and AB. RGB value is (100,38,171). Sum of RGB (Red+Green+Blue) = 100+38+171=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #6426AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6426AB is #9BD954. Grayscale: #474747. Windows color (decimal): -10213717 or 11216484. OLE color: 11216484.
HSL color Cylindrical-coordinate representation of color #6426AB: hue angle of 267.97º 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 #6426AB is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 38 | 171 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.33 |
| HSL | 267.97º | 0.64% | 0.41% | - |
| HSV(B) | 267.97º | 0.78% | 0.67% | - |
| XYZ | 13.3 | 7.04 | 39.19 | - |
| YUV | 71.7 | 184.04 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 171 | 0.42 | 0.78 | 0 | 0.33 | 267.97 | 0.64 | 0.41 |
| Hex | 64 | 26 | AB | 2A | 4E | 0 | 21 | 10C | 40 | 29 |
| Octal | 144 | 46 | 253 | 52 | 116 | 0 | 41 | 414 | 100 | 51 |
| Binary | 1100100 | 100110 | 10101011 | 101010 | 1001110 | 0 | 100001 | 100001100 | 1000000 | 101001 |
Color Harmonies of #6426AB
Complementary color
Monochromatic Colors of #6426AB
Black with #6426AB
Text Example
Text Example
White with #6426AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6426AB; }
p { color: rgb(100,38,171); }
H1.HeaderClassName
{
color: #6426AB;
}
.AnyTagClassName
{
color: #6426AB;
}
</style>
background-color css
<style>
a { background-color: #6426AB; }
a { background-color: rgb(100,38,171); }
div.DivClassName
{
background-color: #6426AB;
}
.BgClassName
{
background-color: #6426AB;
}
</style>
border-color css
<style>
span { border-color: #6426AB; }
span { border-color: rgb(100,38,171); }
td.TdClassName
{
border-color: #6426AB;
}
.TagClassName
{
border-color: #6426AB;
}
</style>