Shades of Purple Heart #431ECB
Tints of Purple Heart #431ECB
RGB
CMYK
RGB Variations
Color information
#431ECB (or 0x431ECB) is known color: Purple Heart. HEX triplet: 43, 1E and CB. RGB value is (67,30,203). Sum of RGB (Red+Green+Blue) = 67+30+203=300 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.33% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #431ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431ECB is #BCE134. Grayscale: #3C3C3C. Windows color (decimal): -12378421 or 13311555. OLE color: 13311555.
HSL color Cylindrical-coordinate representation of color #431ECB: hue angle of 252.83º 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 #431ECB is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 30 | 203 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.20 |
| HSL | 252.83º | 0.74% | 0.46% | - |
| HSV(B) | 252.83º | 0.85% | 0.8% | - |
| XYZ | 13.56 | 6.43 | 57.03 | - |
| YUV | 60.79 | 208.26 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 203 | 0.67 | 0.85 | 0 | 0.20 | 252.83 | 0.74 | 0.46 |
| Hex | 43 | 1E | CB | 43 | 55 | 0 | 14 | FD | 4A | 2E |
| Octal | 103 | 36 | 313 | 103 | 125 | 0 | 24 | 375 | 112 | 56 |
| Binary | 1000011 | 11110 | 11001011 | 1000011 | 1010101 | 0 | 10100 | 11111101 | 1001010 | 101110 |
Color Harmonies of #431ECB
Complementary color
Monochromatic Colors of #431ECB
Black with #431ECB
Text Example
Text Example
White with #431ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431ECB; }
p { color: rgb(67,30,203); }
H1.HeaderClassName
{
color: #431ECB;
}
.AnyTagClassName
{
color: #431ECB;
}
</style>
background-color css
<style>
a { background-color: #431ECB; }
a { background-color: rgb(67,30,203); }
div.DivClassName
{
background-color: #431ECB;
}
.BgClassName
{
background-color: #431ECB;
}
</style>
border-color css
<style>
span { border-color: #431ECB; }
span { border-color: rgb(67,30,203); }
td.TdClassName
{
border-color: #431ECB;
}
.TagClassName
{
border-color: #431ECB;
}
</style>