Shades of Purple Heart #431AAB
Tints of Purple Heart #431AAB
RGB
CMYK
RGB Variations
Color information
#431AAB (or 0x431AAB) is known color: Purple Heart. HEX triplet: 43, 1A and AB. RGB value is (67,26,171). Sum of RGB (Red+Green+Blue) = 67+26+171=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #431AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431AAB is #BCE554. Grayscale: #363636. Windows color (decimal): -12379477 or 11213379. OLE color: 11213379.
HSL color Cylindrical-coordinate representation of color #431AAB: hue angle of 256.97º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431AAB is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 26 | 171 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.33 |
| HSL | 256.97º | 0.74% | 0.39% | - |
| HSV(B) | 256.97º | 0.85% | 0.67% | - |
| XYZ | 10.03 | 4.87 | 38.94 | - |
| YUV | 54.79 | 193.58 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 171 | 0.61 | 0.85 | 0 | 0.33 | 256.97 | 0.74 | 0.39 |
| Hex | 43 | 1A | AB | 3D | 55 | 0 | 21 | 101 | 4A | 27 |
| Octal | 103 | 32 | 253 | 75 | 125 | 0 | 41 | 401 | 112 | 47 |
| Binary | 1000011 | 11010 | 10101011 | 111101 | 1010101 | 0 | 100001 | 100000001 | 1001010 | 100111 |
Color Harmonies of #431AAB
Complementary color
Monochromatic Colors of #431AAB
Black with #431AAB
Text Example
Text Example
White with #431AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431AAB; }
p { color: rgb(67,26,171); }
H1.HeaderClassName
{
color: #431AAB;
}
.AnyTagClassName
{
color: #431AAB;
}
</style>
background-color css
<style>
a { background-color: #431AAB; }
a { background-color: rgb(67,26,171); }
div.DivClassName
{
background-color: #431AAB;
}
.BgClassName
{
background-color: #431AAB;
}
</style>
border-color css
<style>
span { border-color: #431AAB; }
span { border-color: rgb(67,26,171); }
td.TdClassName
{
border-color: #431AAB;
}
.TagClassName
{
border-color: #431AAB;
}
</style>