Shades of Purple Heart #431EC0
Tints of Purple Heart #431EC0
RGB
CMYK
RGB Variations
Color information
#431EC0 (or 0x431EC0) is known color: Purple Heart. HEX triplet: 43, 1E and C0. RGB value is (67,30,192). Sum of RGB (Red+Green+Blue) = 67+30+192=289 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.18% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 192 (75.39% from 255 or 66.44% from 289); Max value from RGB is 192 - color contains mainly: blue. Hex color #431EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431EC0 is #BCE13F. Grayscale: #3A3A3A. Windows color (decimal): -12378432 or 12590659. OLE color: 12590659.
HSL color Cylindrical-coordinate representation of color #431EC0: hue angle of 253.7º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #431EC0 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 30 | 192 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.25 |
| HSL | 253.7º | 0.73% | 0.44% | - |
| HSV(B) | 253.7º | 0.84% | 0.75% | - |
| XYZ | 12.29 | 5.93 | 50.37 | - |
| YUV | 59.53 | 202.76 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 192 | 0.65 | 0.84 | 0 | 0.25 | 253.7 | 0.73 | 0.44 |
| Hex | 43 | 1E | C0 | 41 | 54 | 0 | 19 | FE | 49 | 2C |
| Octal | 103 | 36 | 300 | 101 | 124 | 0 | 31 | 376 | 111 | 54 |
| Binary | 1000011 | 11110 | 11000000 | 1000001 | 1010100 | 0 | 11001 | 11111110 | 1001001 | 101100 |
Color Harmonies of #431EC0
Complementary color
Monochromatic Colors of #431EC0
Black with #431EC0
Text Example
Text Example
White with #431EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431EC0; }
p { color: rgb(67,30,192); }
H1.HeaderClassName
{
color: #431EC0;
}
.AnyTagClassName
{
color: #431EC0;
}
</style>
background-color css
<style>
a { background-color: #431EC0; }
a { background-color: rgb(67,30,192); }
div.DivClassName
{
background-color: #431EC0;
}
.BgClassName
{
background-color: #431EC0;
}
</style>
border-color css
<style>
span { border-color: #431EC0; }
span { border-color: rgb(67,30,192); }
td.TdClassName
{
border-color: #431EC0;
}
.TagClassName
{
border-color: #431EC0;
}
</style>