Shades of Purple Heart #430EC5
Tints of Purple Heart #430EC5
RGB
CMYK
RGB Variations
Color information
#430EC5 (or 0x430EC5) is known color: Purple Heart. HEX triplet: 43, 0E and C5. RGB value is (67,14,197). Sum of RGB (Red+Green+Blue) = 67+14+197=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 197 (77.34% from 255 or 70.86% from 278); Max value from RGB is 197 - color contains mainly: blue. Hex color #430EC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430EC5 is #BCF13A. Grayscale: #323232. Windows color (decimal): -12382523 or 12914243. OLE color: 12914243.
HSL color Cylindrical-coordinate representation of color #430EC5: hue angle of 257.38º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430EC5 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 14 | 197 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.23 |
| HSL | 257.38º | 0.87% | 0.41% | - |
| HSV(B) | 257.38º | 0.93% | 0.77% | - |
| XYZ | 12.55 | 5.54 | 53.23 | - |
| YUV | 50.71 | 210.56 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 197 | 0.66 | 0.93 | 0 | 0.23 | 257.38 | 0.87 | 0.41 |
| Hex | 43 | E | C5 | 42 | 5D | 0 | 17 | 101 | 57 | 29 |
| Octal | 103 | 16 | 305 | 102 | 135 | 0 | 27 | 401 | 127 | 51 |
| Binary | 1000011 | 1110 | 11000101 | 1000010 | 1011101 | 0 | 10111 | 100000001 | 1010111 | 101001 |
Color Harmonies of #430EC5
Complementary color
Monochromatic Colors of #430EC5
Black with #430EC5
Text Example
Text Example
White with #430EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430EC5; }
p { color: rgb(67,14,197); }
H1.HeaderClassName
{
color: #430EC5;
}
.AnyTagClassName
{
color: #430EC5;
}
</style>
background-color css
<style>
a { background-color: #430EC5; }
a { background-color: rgb(67,14,197); }
div.DivClassName
{
background-color: #430EC5;
}
.BgClassName
{
background-color: #430EC5;
}
</style>
border-color css
<style>
span { border-color: #430EC5; }
span { border-color: rgb(67,14,197); }
td.TdClassName
{
border-color: #430EC5;
}
.TagClassName
{
border-color: #430EC5;
}
</style>