Shades of Purple Heart #431BAC
Tints of Purple Heart #431BAC
RGB
CMYK
RGB Variations
Color information
#431BAC (or 0x431BAC) is known color: Purple Heart. HEX triplet: 43, 1B and AC. RGB value is (67,27,172). Sum of RGB (Red+Green+Blue) = 67+27+172=266 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.19% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #431BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431BAC is #BCE453. Grayscale: #363636. Windows color (decimal): -12379220 or 11279171. OLE color: 11279171.
HSL color Cylindrical-coordinate representation of color #431BAC: hue angle of 256.55º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #431BAC is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 27 | 172 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.33 |
| HSL | 256.55º | 0.73% | 0.39% | - |
| HSV(B) | 256.55º | 0.84% | 0.67% | - |
| XYZ | 10.15 | 4.96 | 39.45 | - |
| YUV | 55.49 | 193.75 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 172 | 0.61 | 0.84 | 0 | 0.33 | 256.55 | 0.73 | 0.39 |
| Hex | 43 | 1B | AC | 3D | 54 | 0 | 21 | 101 | 49 | 27 |
| Octal | 103 | 33 | 254 | 75 | 124 | 0 | 41 | 401 | 111 | 47 |
| Binary | 1000011 | 11011 | 10101100 | 111101 | 1010100 | 0 | 100001 | 100000001 | 1001001 | 100111 |
Color Harmonies of #431BAC
Complementary color
Monochromatic Colors of #431BAC
Black with #431BAC
Text Example
Text Example
White with #431BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431BAC; }
p { color: rgb(67,27,172); }
H1.HeaderClassName
{
color: #431BAC;
}
.AnyTagClassName
{
color: #431BAC;
}
</style>
background-color css
<style>
a { background-color: #431BAC; }
a { background-color: rgb(67,27,172); }
div.DivClassName
{
background-color: #431BAC;
}
.BgClassName
{
background-color: #431BAC;
}
</style>
border-color css
<style>
span { border-color: #431BAC; }
span { border-color: rgb(67,27,172); }
td.TdClassName
{
border-color: #431BAC;
}
.TagClassName
{
border-color: #431BAC;
}
</style>