Shades of Purple Heart #430EB6
Tints of Purple Heart #430EB6
RGB
CMYK
RGB Variations
Color information
#430EB6 (or 0x430EB6) is known color: Purple Heart. HEX triplet: 43, 0E and B6. RGB value is (67,14,182). Sum of RGB (Red+Green+Blue) = 67+14+182=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 182 (71.48% from 255 or 69.20% from 263); Max value from RGB is 182 - color contains mainly: blue. Hex color #430EB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430EB6 is #BCF149. Grayscale: #303030. Windows color (decimal): -12382538 or 11931203. OLE color: 11931203.
HSL color Cylindrical-coordinate representation of color #430EB6: hue angle of 258.93º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430EB6 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 67 | 14 | 182 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.29 |
| HSL | 258.93º | 0.86% | 0.38% | - |
| HSV(B) | 258.93º | 0.92% | 0.71% | - |
| XYZ | 10.92 | 4.88 | 44.62 | - |
| YUV | 49 | 203.06 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 182 | 0.63 | 0.92 | 0 | 0.29 | 258.93 | 0.86 | 0.38 |
| Hex | 43 | E | B6 | 3F | 5C | 0 | 1D | 103 | 56 | 26 |
| Octal | 103 | 16 | 266 | 77 | 134 | 0 | 35 | 403 | 126 | 46 |
| Binary | 1000011 | 1110 | 10110110 | 111111 | 1011100 | 0 | 11101 | 100000011 | 1010110 | 100110 |
Color Harmonies of #430EB6
Complementary color
Monochromatic Colors of #430EB6
Black with #430EB6
Text Example
Text Example
White with #430EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430EB6; }
p { color: rgb(67,14,182); }
H1.HeaderClassName
{
color: #430EB6;
}
.AnyTagClassName
{
color: #430EB6;
}
</style>
background-color css
<style>
a { background-color: #430EB6; }
a { background-color: rgb(67,14,182); }
div.DivClassName
{
background-color: #430EB6;
}
.BgClassName
{
background-color: #430EB6;
}
</style>
border-color css
<style>
span { border-color: #430EB6; }
span { border-color: rgb(67,14,182); }
td.TdClassName
{
border-color: #430EB6;
}
.TagClassName
{
border-color: #430EB6;
}
</style>