Shades of Purple Heart #430DBC
Tints of Purple Heart #430DBC
RGB
CMYK
RGB Variations
Color information
#430DBC (or 0x430DBC) is known color: Purple Heart. HEX triplet: 43, 0D and BC. RGB value is (67,13,188). Sum of RGB (Red+Green+Blue) = 67+13+188=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #430DBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430DBC is #BCF243. Grayscale: #303030. Windows color (decimal): -12382788 or 12324163. OLE color: 12324163.
HSL color Cylindrical-coordinate representation of color #430DBC: hue angle of 258.51º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430DBC is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 13 | 188 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.26 |
| HSL | 258.51º | 0.87% | 0.39% | - |
| HSV(B) | 258.51º | 0.93% | 0.74% | - |
| XYZ | 11.54 | 5.11 | 47.96 | - |
| YUV | 49.1 | 206.39 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 188 | 0.64 | 0.93 | 0 | 0.26 | 258.51 | 0.87 | 0.39 |
| Hex | 43 | D | BC | 40 | 5D | 0 | 1A | 103 | 57 | 27 |
| Octal | 103 | 15 | 274 | 100 | 135 | 0 | 32 | 403 | 127 | 47 |
| Binary | 1000011 | 1101 | 10111100 | 1000000 | 1011101 | 0 | 11010 | 100000011 | 1010111 | 100111 |
Color Harmonies of #430DBC
Complementary color
Monochromatic Colors of #430DBC
Black with #430DBC
Text Example
Text Example
White with #430DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DBC; }
p { color: rgb(67,13,188); }
H1.HeaderClassName
{
color: #430DBC;
}
.AnyTagClassName
{
color: #430DBC;
}
</style>
background-color css
<style>
a { background-color: #430DBC; }
a { background-color: rgb(67,13,188); }
div.DivClassName
{
background-color: #430DBC;
}
.BgClassName
{
background-color: #430DBC;
}
</style>
border-color css
<style>
span { border-color: #430DBC; }
span { border-color: rgb(67,13,188); }
td.TdClassName
{
border-color: #430DBC;
}
.TagClassName
{
border-color: #430DBC;
}
</style>