Shades of Purple Heart #431ABE
Tints of Purple Heart #431ABE
RGB
CMYK
RGB Variations
Color information
#431ABE (or 0x431ABE) is known color: Purple Heart. HEX triplet: 43, 1A and BE. RGB value is (67,26,190). Sum of RGB (Red+Green+Blue) = 67+26+190=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #431ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431ABE is #BCE541. Grayscale: #383838. Windows color (decimal): -12379458 or 12458563. OLE color: 12458563.
HSL color Cylindrical-coordinate representation of color #431ABE: hue angle of 255º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #431ABE is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 26 | 190 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.25 |
| HSL | 255º | 0.76% | 0.42% | - |
| HSV(B) | 255º | 0.86% | 0.75% | - |
| XYZ | 11.98 | 5.65 | 49.17 | - |
| YUV | 56.96 | 203.08 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 190 | 0.65 | 0.86 | 0 | 0.25 | 255 | 0.76 | 0.42 |
| Hex | 43 | 1A | BE | 41 | 56 | 0 | 19 | FF | 4C | 2A |
| Octal | 103 | 32 | 276 | 101 | 126 | 0 | 31 | 377 | 114 | 52 |
| Binary | 1000011 | 11010 | 10111110 | 1000001 | 1010110 | 0 | 11001 | 11111111 | 1001100 | 101010 |
Color Harmonies of #431ABE
Complementary color
Monochromatic Colors of #431ABE
Black with #431ABE
Text Example
Text Example
White with #431ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431ABE; }
p { color: rgb(67,26,190); }
H1.HeaderClassName
{
color: #431ABE;
}
.AnyTagClassName
{
color: #431ABE;
}
</style>
background-color css
<style>
a { background-color: #431ABE; }
a { background-color: rgb(67,26,190); }
div.DivClassName
{
background-color: #431ABE;
}
.BgClassName
{
background-color: #431ABE;
}
</style>
border-color css
<style>
span { border-color: #431ABE; }
span { border-color: rgb(67,26,190); }
td.TdClassName
{
border-color: #431ABE;
}
.TagClassName
{
border-color: #431ABE;
}
</style>