Shades of Purple Heart #430EB5
Tints of Purple Heart #430EB5
RGB
CMYK
RGB Variations
Color information
#430EB5 (or 0x430EB5) is known color: Purple Heart. HEX triplet: 43, 0E and B5. RGB value is (67,14,181). Sum of RGB (Red+Green+Blue) = 67+14+181=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 181 (71.09% from 255 or 69.08% from 262); Max value from RGB is 181 - color contains mainly: blue. Hex color #430EB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430EB5 is #BCF14A. Grayscale: #303030. Windows color (decimal): -12382539 or 11865667. OLE color: 11865667.
HSL color Cylindrical-coordinate representation of color #430EB5: hue angle of 259.04º 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 #430EB5 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 67 | 14 | 181 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.29 |
| HSL | 259.04º | 0.86% | 0.38% | - |
| HSV(B) | 259.04º | 0.92% | 0.71% | - |
| XYZ | 10.81 | 4.84 | 44.08 | - |
| YUV | 48.89 | 202.56 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 181 | 0.63 | 0.92 | 0 | 0.29 | 259.04 | 0.86 | 0.38 |
| Hex | 43 | E | B5 | 3F | 5C | 0 | 1D | 103 | 56 | 26 |
| Octal | 103 | 16 | 265 | 77 | 134 | 0 | 35 | 403 | 126 | 46 |
| Binary | 1000011 | 1110 | 10110101 | 111111 | 1011100 | 0 | 11101 | 100000011 | 1010110 | 100110 |
Color Harmonies of #430EB5
Complementary color
Monochromatic Colors of #430EB5
Black with #430EB5
Text Example
Text Example
White with #430EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430EB5; }
p { color: rgb(67,14,181); }
H1.HeaderClassName
{
color: #430EB5;
}
.AnyTagClassName
{
color: #430EB5;
}
</style>
background-color css
<style>
a { background-color: #430EB5; }
a { background-color: rgb(67,14,181); }
div.DivClassName
{
background-color: #430EB5;
}
.BgClassName
{
background-color: #430EB5;
}
</style>
border-color css
<style>
span { border-color: #430EB5; }
span { border-color: rgb(67,14,181); }
td.TdClassName
{
border-color: #430EB5;
}
.TagClassName
{
border-color: #430EB5;
}
</style>