Shades of Purple Heart #431BAE
Tints of Purple Heart #431BAE
RGB
CMYK
RGB Variations
Color information
#431BAE (or 0x431BAE) is known color: Purple Heart. HEX triplet: 43, 1B and AE. RGB value is (67,27,174). Sum of RGB (Red+Green+Blue) = 67+27+174=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #431BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431BAE is #BCE451. Grayscale: #373737. Windows color (decimal): -12379218 or 11410243. OLE color: 11410243.
HSL color Cylindrical-coordinate representation of color #431BAE: hue angle of 256.33º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #431BAE is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 27 | 174 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.32 |
| HSL | 256.33º | 0.73% | 0.39% | - |
| HSV(B) | 256.33º | 0.84% | 0.68% | - |
| XYZ | 10.35 | 5.03 | 40.47 | - |
| YUV | 55.72 | 194.75 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 174 | 0.61 | 0.84 | 0 | 0.32 | 256.33 | 0.73 | 0.39 |
| Hex | 43 | 1B | AE | 3D | 54 | 0 | 20 | 100 | 49 | 27 |
| Octal | 103 | 33 | 256 | 75 | 124 | 0 | 40 | 400 | 111 | 47 |
| Binary | 1000011 | 11011 | 10101110 | 111101 | 1010100 | 0 | 100000 | 100000000 | 1001001 | 100111 |
Color Harmonies of #431BAE
Complementary color
Monochromatic Colors of #431BAE
Black with #431BAE
Text Example
Text Example
White with #431BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431BAE; }
p { color: rgb(67,27,174); }
H1.HeaderClassName
{
color: #431BAE;
}
.AnyTagClassName
{
color: #431BAE;
}
</style>
background-color css
<style>
a { background-color: #431BAE; }
a { background-color: rgb(67,27,174); }
div.DivClassName
{
background-color: #431BAE;
}
.BgClassName
{
background-color: #431BAE;
}
</style>
border-color css
<style>
span { border-color: #431BAE; }
span { border-color: rgb(67,27,174); }
td.TdClassName
{
border-color: #431BAE;
}
.TagClassName
{
border-color: #431BAE;
}
</style>