Shades of Purple Heart #431BCF
Tints of Purple Heart #431BCF
RGB
CMYK
RGB Variations
Color information
#431BCF (or 0x431BCF) is known color: Purple Heart. HEX triplet: 43, 1B and CF. RGB value is (67,27,207). Sum of RGB (Red+Green+Blue) = 67+27+207=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #431BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431BCF is #BCE430. Grayscale: #3A3A3A. Windows color (decimal): -12379185 or 13572931. OLE color: 13572931.
HSL color Cylindrical-coordinate representation of color #431BCF: hue angle of 253.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #431BCF is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 27 | 207 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.19 |
| HSL | 253.33º | 0.77% | 0.46% | - |
| HSV(B) | 253.33º | 0.87% | 0.81% | - |
| XYZ | 13.97 | 6.48 | 59.55 | - |
| YUV | 59.48 | 211.25 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 207 | 0.68 | 0.87 | 0 | 0.19 | 253.33 | 0.77 | 0.46 |
| Hex | 43 | 1B | CF | 44 | 57 | 0 | 13 | FD | 4D | 2E |
| Octal | 103 | 33 | 317 | 104 | 127 | 0 | 23 | 375 | 115 | 56 |
| Binary | 1000011 | 11011 | 11001111 | 1000100 | 1010111 | 0 | 10011 | 11111101 | 1001101 | 101110 |
Color Harmonies of #431BCF
Complementary color
Monochromatic Colors of #431BCF
Black with #431BCF
Text Example
Text Example
White with #431BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431BCF; }
p { color: rgb(67,27,207); }
H1.HeaderClassName
{
color: #431BCF;
}
.AnyTagClassName
{
color: #431BCF;
}
</style>
background-color css
<style>
a { background-color: #431BCF; }
a { background-color: rgb(67,27,207); }
div.DivClassName
{
background-color: #431BCF;
}
.BgClassName
{
background-color: #431BCF;
}
</style>
border-color css
<style>
span { border-color: #431BCF; }
span { border-color: rgb(67,27,207); }
td.TdClassName
{
border-color: #431BCF;
}
.TagClassName
{
border-color: #431BCF;
}
</style>