Shades of Purple Heart #431EC1
Tints of Purple Heart #431EC1
RGB
CMYK
RGB Variations
Color information
#431EC1 (or 0x431EC1) is known color: Purple Heart. HEX triplet: 43, 1E and C1. RGB value is (67,30,193). Sum of RGB (Red+Green+Blue) = 67+30+193=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 193 (75.78% from 255 or 66.55% from 290); Max value from RGB is 193 - color contains mainly: blue. Hex color #431EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431EC1 is #BCE13E. Grayscale: #3B3B3B. Windows color (decimal): -12378431 or 12656195. OLE color: 12656195.
HSL color Cylindrical-coordinate representation of color #431EC1: hue angle of 253.62º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #431EC1 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 30 | 193 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.24 |
| HSL | 253.62º | 0.73% | 0.44% | - |
| HSV(B) | 253.62º | 0.84% | 0.76% | - |
| XYZ | 12.4 | 5.97 | 50.95 | - |
| YUV | 59.65 | 203.26 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 193 | 0.65 | 0.84 | 0 | 0.24 | 253.62 | 0.73 | 0.44 |
| Hex | 43 | 1E | C1 | 41 | 54 | 0 | 18 | FE | 49 | 2C |
| Octal | 103 | 36 | 301 | 101 | 124 | 0 | 30 | 376 | 111 | 54 |
| Binary | 1000011 | 11110 | 11000001 | 1000001 | 1010100 | 0 | 11000 | 11111110 | 1001001 | 101100 |
Color Harmonies of #431EC1
Complementary color
Monochromatic Colors of #431EC1
Black with #431EC1
Text Example
Text Example
White with #431EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431EC1; }
p { color: rgb(67,30,193); }
H1.HeaderClassName
{
color: #431EC1;
}
.AnyTagClassName
{
color: #431EC1;
}
</style>
background-color css
<style>
a { background-color: #431EC1; }
a { background-color: rgb(67,30,193); }
div.DivClassName
{
background-color: #431EC1;
}
.BgClassName
{
background-color: #431EC1;
}
</style>
border-color css
<style>
span { border-color: #431EC1; }
span { border-color: rgb(67,30,193); }
td.TdClassName
{
border-color: #431EC1;
}
.TagClassName
{
border-color: #431EC1;
}
</style>