Shades of Purple Heart #430EC1
Tints of Purple Heart #430EC1
RGB
CMYK
RGB Variations
Color information
#430EC1 (or 0x430EC1) is known color: Purple Heart. HEX triplet: 43, 0E and C1. RGB value is (67,14,193). Sum of RGB (Red+Green+Blue) = 67+14+193=274 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.45% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 193 (75.78% from 255 or 70.44% from 274); Max value from RGB is 193 - color contains mainly: blue. Hex color #430EC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430EC1 is #BCF13E. Grayscale: #313131. Windows color (decimal): -12382527 or 12652099. OLE color: 12652099.
HSL color Cylindrical-coordinate representation of color #430EC1: hue angle of 257.77º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430EC1 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 14 | 193 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.24 |
| HSL | 257.77º | 0.86% | 0.41% | - |
| HSV(B) | 257.77º | 0.93% | 0.76% | - |
| XYZ | 12.1 | 5.36 | 50.85 | - |
| YUV | 50.25 | 208.56 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 193 | 0.65 | 0.93 | 0 | 0.24 | 257.77 | 0.86 | 0.41 |
| Hex | 43 | E | C1 | 41 | 5D | 0 | 18 | 102 | 56 | 29 |
| Octal | 103 | 16 | 301 | 101 | 135 | 0 | 30 | 402 | 126 | 51 |
| Binary | 1000011 | 1110 | 11000001 | 1000001 | 1011101 | 0 | 11000 | 100000010 | 1010110 | 101001 |
Color Harmonies of #430EC1
Complementary color
Monochromatic Colors of #430EC1
Black with #430EC1
Text Example
Text Example
White with #430EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430EC1; }
p { color: rgb(67,14,193); }
H1.HeaderClassName
{
color: #430EC1;
}
.AnyTagClassName
{
color: #430EC1;
}
</style>
background-color css
<style>
a { background-color: #430EC1; }
a { background-color: rgb(67,14,193); }
div.DivClassName
{
background-color: #430EC1;
}
.BgClassName
{
background-color: #430EC1;
}
</style>
border-color css
<style>
span { border-color: #430EC1; }
span { border-color: rgb(67,14,193); }
td.TdClassName
{
border-color: #430EC1;
}
.TagClassName
{
border-color: #430EC1;
}
</style>