Shades of Purple Heart #431BCD
Tints of Purple Heart #431BCD
RGB
CMYK
RGB Variations
Color information
#431BCD (or 0x431BCD) is known color: Purple Heart. HEX triplet: 43, 1B and CD. RGB value is (67,27,205). Sum of RGB (Red+Green+Blue) = 67+27+205=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #431BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431BCD is #BCE432. Grayscale: #3A3A3A. Windows color (decimal): -12379187 or 13441859. OLE color: 13441859.
HSL color Cylindrical-coordinate representation of color #431BCD: hue angle of 253.48º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #431BCD is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 27 | 205 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.20 |
| HSL | 253.48º | 0.77% | 0.45% | - |
| HSV(B) | 253.48º | 0.87% | 0.8% | - |
| XYZ | 13.73 | 6.38 | 58.27 | - |
| YUV | 59.25 | 210.25 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 205 | 0.67 | 0.87 | 0 | 0.20 | 253.48 | 0.77 | 0.45 |
| Hex | 43 | 1B | CD | 43 | 57 | 0 | 14 | FD | 4D | 2D |
| Octal | 103 | 33 | 315 | 103 | 127 | 0 | 24 | 375 | 115 | 55 |
| Binary | 1000011 | 11011 | 11001101 | 1000011 | 1010111 | 0 | 10100 | 11111101 | 1001101 | 101101 |
Color Harmonies of #431BCD
Complementary color
Monochromatic Colors of #431BCD
Black with #431BCD
Text Example
Text Example
White with #431BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431BCD; }
p { color: rgb(67,27,205); }
H1.HeaderClassName
{
color: #431BCD;
}
.AnyTagClassName
{
color: #431BCD;
}
</style>
background-color css
<style>
a { background-color: #431BCD; }
a { background-color: rgb(67,27,205); }
div.DivClassName
{
background-color: #431BCD;
}
.BgClassName
{
background-color: #431BCD;
}
</style>
border-color css
<style>
span { border-color: #431BCD; }
span { border-color: rgb(67,27,205); }
td.TdClassName
{
border-color: #431BCD;
}
.TagClassName
{
border-color: #431BCD;
}
</style>