Shades of Purple Heart #431BCB
Tints of Purple Heart #431BCB
RGB
CMYK
RGB Variations
Color information
#431BCB (or 0x431BCB) is known color: Purple Heart. HEX triplet: 43, 1B and CB. RGB value is (67,27,203). Sum of RGB (Red+Green+Blue) = 67+27+203=297 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.56% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #431BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431BCB is #BCE434. Grayscale: #3A3A3A. Windows color (decimal): -12379189 or 13310787. OLE color: 13310787.
HSL color Cylindrical-coordinate representation of color #431BCB: hue angle of 253.64º 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 #431BCB is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 27 | 203 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.20 |
| HSL | 253.64º | 0.77% | 0.45% | - |
| HSV(B) | 253.64º | 0.87% | 0.8% | - |
| XYZ | 13.49 | 6.29 | 57 | - |
| YUV | 59.02 | 209.25 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 203 | 0.67 | 0.87 | 0 | 0.20 | 253.64 | 0.77 | 0.45 |
| Hex | 43 | 1B | CB | 43 | 57 | 0 | 14 | FE | 4D | 2D |
| Octal | 103 | 33 | 313 | 103 | 127 | 0 | 24 | 376 | 115 | 55 |
| Binary | 1000011 | 11011 | 11001011 | 1000011 | 1010111 | 0 | 10100 | 11111110 | 1001101 | 101101 |
Color Harmonies of #431BCB
Complementary color
Monochromatic Colors of #431BCB
Black with #431BCB
Text Example
Text Example
White with #431BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431BCB; }
p { color: rgb(67,27,203); }
H1.HeaderClassName
{
color: #431BCB;
}
.AnyTagClassName
{
color: #431BCB;
}
</style>
background-color css
<style>
a { background-color: #431BCB; }
a { background-color: rgb(67,27,203); }
div.DivClassName
{
background-color: #431BCB;
}
.BgClassName
{
background-color: #431BCB;
}
</style>
border-color css
<style>
span { border-color: #431BCB; }
span { border-color: rgb(67,27,203); }
td.TdClassName
{
border-color: #431BCB;
}
.TagClassName
{
border-color: #431BCB;
}
</style>