Shades of Purple Heart #431BBA
Tints of Purple Heart #431BBA
RGB
CMYK
RGB Variations
Color information
#431BBA (or 0x431BBA) is known color: Purple Heart. HEX triplet: 43, 1B and BA. RGB value is (67,27,186). Sum of RGB (Red+Green+Blue) = 67+27+186=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #431BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431BBA is #BCE445. Grayscale: #383838. Windows color (decimal): -12379206 or 12196675. OLE color: 12196675.
HSL color Cylindrical-coordinate representation of color #431BBA: hue angle of 255.09º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431BBA is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 27 | 186 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.27 |
| HSL | 255.09º | 0.75% | 0.42% | - |
| HSV(B) | 255.09º | 0.85% | 0.73% | - |
| XYZ | 11.57 | 5.52 | 46.91 | - |
| YUV | 57.09 | 200.75 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 186 | 0.64 | 0.85 | 0 | 0.27 | 255.09 | 0.75 | 0.42 |
| Hex | 43 | 1B | BA | 40 | 55 | 0 | 1B | FF | 4B | 2A |
| Octal | 103 | 33 | 272 | 100 | 125 | 0 | 33 | 377 | 113 | 52 |
| Binary | 1000011 | 11011 | 10111010 | 1000000 | 1010101 | 0 | 11011 | 11111111 | 1001011 | 101010 |
Color Harmonies of #431BBA
Complementary color
Monochromatic Colors of #431BBA
Black with #431BBA
Text Example
Text Example
White with #431BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431BBA; }
p { color: rgb(67,27,186); }
H1.HeaderClassName
{
color: #431BBA;
}
.AnyTagClassName
{
color: #431BBA;
}
</style>
background-color css
<style>
a { background-color: #431BBA; }
a { background-color: rgb(67,27,186); }
div.DivClassName
{
background-color: #431BBA;
}
.BgClassName
{
background-color: #431BBA;
}
</style>
border-color css
<style>
span { border-color: #431BBA; }
span { border-color: rgb(67,27,186); }
td.TdClassName
{
border-color: #431BBA;
}
.TagClassName
{
border-color: #431BBA;
}
</style>