Shades of Purple Heart #430DC0
Tints of Purple Heart #430DC0
RGB
CMYK
RGB Variations
Color information
#430DC0 (or 0x430DC0) is known color: Purple Heart. HEX triplet: 43, 0D and C0. RGB value is (67,13,192). Sum of RGB (Red+Green+Blue) = 67+13+192=272 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.63% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 192 (75.39% from 255 or 70.59% from 272); Max value from RGB is 192 - color contains mainly: blue. Hex color #430DC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430DC0 is #BCF23F. Grayscale: #303030. Windows color (decimal): -12382784 or 12586307. OLE color: 12586307.
HSL color Cylindrical-coordinate representation of color #430DC0: hue angle of 258.1º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430DC0 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 13 | 192 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.25 |
| HSL | 258.1º | 0.87% | 0.4% | - |
| HSV(B) | 258.1º | 0.93% | 0.75% | - |
| XYZ | 11.97 | 5.29 | 50.26 | - |
| YUV | 49.55 | 208.39 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 192 | 0.65 | 0.93 | 0 | 0.25 | 258.1 | 0.87 | 0.4 |
| Hex | 43 | D | C0 | 41 | 5D | 0 | 19 | 102 | 57 | 28 |
| Octal | 103 | 15 | 300 | 101 | 135 | 0 | 31 | 402 | 127 | 50 |
| Binary | 1000011 | 1101 | 11000000 | 1000001 | 1011101 | 0 | 11001 | 100000010 | 1010111 | 101000 |
Color Harmonies of #430DC0
Complementary color
Monochromatic Colors of #430DC0
Black with #430DC0
Text Example
Text Example
White with #430DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DC0; }
p { color: rgb(67,13,192); }
H1.HeaderClassName
{
color: #430DC0;
}
.AnyTagClassName
{
color: #430DC0;
}
</style>
background-color css
<style>
a { background-color: #430DC0; }
a { background-color: rgb(67,13,192); }
div.DivClassName
{
background-color: #430DC0;
}
.BgClassName
{
background-color: #430DC0;
}
</style>
border-color css
<style>
span { border-color: #430DC0; }
span { border-color: rgb(67,13,192); }
td.TdClassName
{
border-color: #430DC0;
}
.TagClassName
{
border-color: #430DC0;
}
</style>