Shades of Purple Heart #431ABD
Tints of Purple Heart #431ABD
RGB
CMYK
RGB Variations
Color information
#431ABD (or 0x431ABD) is known color: Purple Heart. HEX triplet: 43, 1A and BD. RGB value is (67,26,189). Sum of RGB (Red+Green+Blue) = 67+26+189=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #431ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431ABD is #BCE542. Grayscale: #383838. Windows color (decimal): -12379459 or 12393027. OLE color: 12393027.
HSL color Cylindrical-coordinate representation of color #431ABD: hue angle of 255.09º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #431ABD is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 26 | 189 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.26 |
| HSL | 255.09º | 0.76% | 0.42% | - |
| HSV(B) | 255.09º | 0.86% | 0.74% | - |
| XYZ | 11.87 | 5.61 | 48.6 | - |
| YUV | 56.84 | 202.58 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 189 | 0.65 | 0.86 | 0 | 0.26 | 255.09 | 0.76 | 0.42 |
| Hex | 43 | 1A | BD | 41 | 56 | 0 | 1A | FF | 4C | 2A |
| Octal | 103 | 32 | 275 | 101 | 126 | 0 | 32 | 377 | 114 | 52 |
| Binary | 1000011 | 11010 | 10111101 | 1000001 | 1010110 | 0 | 11010 | 11111111 | 1001100 | 101010 |
Color Harmonies of #431ABD
Complementary color
Monochromatic Colors of #431ABD
Black with #431ABD
Text Example
Text Example
White with #431ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431ABD; }
p { color: rgb(67,26,189); }
H1.HeaderClassName
{
color: #431ABD;
}
.AnyTagClassName
{
color: #431ABD;
}
</style>
background-color css
<style>
a { background-color: #431ABD; }
a { background-color: rgb(67,26,189); }
div.DivClassName
{
background-color: #431ABD;
}
.BgClassName
{
background-color: #431ABD;
}
</style>
border-color css
<style>
span { border-color: #431ABD; }
span { border-color: rgb(67,26,189); }
td.TdClassName
{
border-color: #431ABD;
}
.TagClassName
{
border-color: #431ABD;
}
</style>