Shades of Purple Heart #431ECD
Tints of Purple Heart #431ECD
RGB
CMYK
RGB Variations
Color information
#431ECD (or 0x431ECD) is known color: Purple Heart. HEX triplet: 43, 1E and CD. RGB value is (67,30,205). Sum of RGB (Red+Green+Blue) = 67+30+205=302 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.19% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #431ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431ECD is #BCE132. Grayscale: #3C3C3C. Windows color (decimal): -12378419 or 13442627. OLE color: 13442627.
HSL color Cylindrical-coordinate representation of color #431ECD: hue angle of 252.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431ECD is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 30 | 205 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.20 |
| HSL | 252.69º | 0.74% | 0.46% | - |
| HSV(B) | 252.69º | 0.85% | 0.8% | - |
| XYZ | 13.8 | 6.53 | 58.29 | - |
| YUV | 61.01 | 209.26 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 205 | 0.67 | 0.85 | 0 | 0.20 | 252.69 | 0.74 | 0.46 |
| Hex | 43 | 1E | CD | 43 | 55 | 0 | 14 | FD | 4A | 2E |
| Octal | 103 | 36 | 315 | 103 | 125 | 0 | 24 | 375 | 112 | 56 |
| Binary | 1000011 | 11110 | 11001101 | 1000011 | 1010101 | 0 | 10100 | 11111101 | 1001010 | 101110 |
Color Harmonies of #431ECD
Complementary color
Monochromatic Colors of #431ECD
Black with #431ECD
Text Example
Text Example
White with #431ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431ECD; }
p { color: rgb(67,30,205); }
H1.HeaderClassName
{
color: #431ECD;
}
.AnyTagClassName
{
color: #431ECD;
}
</style>
background-color css
<style>
a { background-color: #431ECD; }
a { background-color: rgb(67,30,205); }
div.DivClassName
{
background-color: #431ECD;
}
.BgClassName
{
background-color: #431ECD;
}
</style>
border-color css
<style>
span { border-color: #431ECD; }
span { border-color: rgb(67,30,205); }
td.TdClassName
{
border-color: #431ECD;
}
.TagClassName
{
border-color: #431ECD;
}
</style>