Shades of Purple Heart #431BCC
Tints of Purple Heart #431BCC
RGB
CMYK
RGB Variations
Color information
#431BCC (or 0x431BCC) is known color: Purple Heart. HEX triplet: 43, 1B and CC. RGB value is (67,27,204). Sum of RGB (Red+Green+Blue) = 67+27+204=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #431BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431BCC is #BCE433. Grayscale: #3A3A3A. Windows color (decimal): -12379188 or 13376323. OLE color: 13376323.
HSL color Cylindrical-coordinate representation of color #431BCC: hue angle of 253.56º 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 #431BCC is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 27 | 204 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.2 |
| HSL | 253.56º | 0.77% | 0.45% | - |
| HSV(B) | 253.56º | 0.87% | 0.8% | - |
| XYZ | 13.61 | 6.34 | 57.63 | - |
| YUV | 59.14 | 209.75 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 204 | 0.67 | 0.87 | 0 | 0.2 | 253.56 | 0.77 | 0.45 |
| Hex | 43 | 1B | CC | 43 | 57 | 0 | 14 | FE | 4D | 2D |
| Octal | 103 | 33 | 314 | 103 | 127 | 0 | 24 | 376 | 115 | 55 |
| Binary | 1000011 | 11011 | 11001100 | 1000011 | 1010111 | 0 | 10100 | 11111110 | 1001101 | 101101 |
Color Harmonies of #431BCC
Complementary color
Monochromatic Colors of #431BCC
Black with #431BCC
Text Example
Text Example
White with #431BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431BCC; }
p { color: rgb(67,27,204); }
H1.HeaderClassName
{
color: #431BCC;
}
.AnyTagClassName
{
color: #431BCC;
}
</style>
background-color css
<style>
a { background-color: #431BCC; }
a { background-color: rgb(67,27,204); }
div.DivClassName
{
background-color: #431BCC;
}
.BgClassName
{
background-color: #431BCC;
}
</style>
border-color css
<style>
span { border-color: #431BCC; }
span { border-color: rgb(67,27,204); }
td.TdClassName
{
border-color: #431BCC;
}
.TagClassName
{
border-color: #431BCC;
}
</style>