Shades of Purple Heart #431BC9
Tints of Purple Heart #431BC9
RGB
CMYK
RGB Variations
Color information
#431BC9 (or 0x431BC9) is known color: Purple Heart. HEX triplet: 43, 1B and C9. RGB value is (67,27,201). Sum of RGB (Red+Green+Blue) = 67+27+201=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 201 (78.91% from 255 or 68.14% from 295); Max value from RGB is 201 - color contains mainly: blue. Hex color #431BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431BC9 is #BCE436. Grayscale: #3A3A3A. Windows color (decimal): -12379191 or 13179715. OLE color: 13179715.
HSL color Cylindrical-coordinate representation of color #431BC9: hue angle of 253.79º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #431BC9 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 27 | 201 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.21 |
| HSL | 253.79º | 0.76% | 0.45% | - |
| HSV(B) | 253.79º | 0.87% | 0.79% | - |
| XYZ | 13.25 | 6.19 | 55.76 | - |
| YUV | 58.8 | 208.25 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 201 | 0.67 | 0.87 | 0 | 0.21 | 253.79 | 0.76 | 0.45 |
| Hex | 43 | 1B | C9 | 43 | 57 | 0 | 15 | FE | 4C | 2D |
| Octal | 103 | 33 | 311 | 103 | 127 | 0 | 25 | 376 | 114 | 55 |
| Binary | 1000011 | 11011 | 11001001 | 1000011 | 1010111 | 0 | 10101 | 11111110 | 1001100 | 101101 |
Color Harmonies of #431BC9
Complementary color
Monochromatic Colors of #431BC9
Black with #431BC9
Text Example
Text Example
White with #431BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431BC9; }
p { color: rgb(67,27,201); }
H1.HeaderClassName
{
color: #431BC9;
}
.AnyTagClassName
{
color: #431BC9;
}
</style>
background-color css
<style>
a { background-color: #431BC9; }
a { background-color: rgb(67,27,201); }
div.DivClassName
{
background-color: #431BC9;
}
.BgClassName
{
background-color: #431BC9;
}
</style>
border-color css
<style>
span { border-color: #431BC9; }
span { border-color: rgb(67,27,201); }
td.TdClassName
{
border-color: #431BC9;
}
.TagClassName
{
border-color: #431BC9;
}
</style>