Shades of Purple Heart #431ECF
Tints of Purple Heart #431ECF
RGB
CMYK
RGB Variations
Color information
#431ECF (or 0x431ECF) is known color: Purple Heart. HEX triplet: 43, 1E and CF. RGB value is (67,30,207). Sum of RGB (Red+Green+Blue) = 67+30+207=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #431ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431ECF is #BCE130. Grayscale: #3C3C3C. Windows color (decimal): -12378417 or 13573699. OLE color: 13573699.
HSL color Cylindrical-coordinate representation of color #431ECF: hue angle of 252.54º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #431ECF is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 30 | 207 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.19 |
| HSL | 252.54º | 0.75% | 0.46% | - |
| HSV(B) | 252.54º | 0.86% | 0.81% | - |
| XYZ | 14.04 | 6.63 | 59.57 | - |
| YUV | 61.24 | 210.26 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 207 | 0.68 | 0.86 | 0 | 0.19 | 252.54 | 0.75 | 0.46 |
| Hex | 43 | 1E | CF | 44 | 56 | 0 | 13 | FD | 4B | 2E |
| Octal | 103 | 36 | 317 | 104 | 126 | 0 | 23 | 375 | 113 | 56 |
| Binary | 1000011 | 11110 | 11001111 | 1000100 | 1010110 | 0 | 10011 | 11111101 | 1001011 | 101110 |
Color Harmonies of #431ECF
Complementary color
Monochromatic Colors of #431ECF
Black with #431ECF
Text Example
Text Example
White with #431ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431ECF; }
p { color: rgb(67,30,207); }
H1.HeaderClassName
{
color: #431ECF;
}
.AnyTagClassName
{
color: #431ECF;
}
</style>
background-color css
<style>
a { background-color: #431ECF; }
a { background-color: rgb(67,30,207); }
div.DivClassName
{
background-color: #431ECF;
}
.BgClassName
{
background-color: #431ECF;
}
</style>
border-color css
<style>
span { border-color: #431ECF; }
span { border-color: rgb(67,30,207); }
td.TdClassName
{
border-color: #431ECF;
}
.TagClassName
{
border-color: #431ECF;
}
</style>