Shades of Purple Heart #430FB4
Tints of Purple Heart #430FB4
RGB
CMYK
RGB Variations
Color information
#430FB4 (or 0x430FB4) is known color: Purple Heart. HEX triplet: 43, 0F and B4. RGB value is (67,15,180). Sum of RGB (Red+Green+Blue) = 67+15+180=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 180 (70.70% from 255 or 68.70% from 262); Max value from RGB is 180 - color contains mainly: blue. Hex color #430FB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430FB4 is #BCF04B. Grayscale: #303030. Windows color (decimal): -12382284 or 11800387. OLE color: 11800387.
HSL color Cylindrical-coordinate representation of color #430FB4: hue angle of 258.91º degrees, saturation: 0.85, 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 #430FB4 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 67 | 15 | 180 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.29 |
| HSL | 258.91º | 0.85% | 0.38% | - |
| HSV(B) | 258.91º | 0.92% | 0.71% | - |
| XYZ | 10.72 | 4.83 | 43.55 | - |
| YUV | 49.36 | 201.73 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 180 | 0.63 | 0.92 | 0 | 0.29 | 258.91 | 0.85 | 0.38 |
| Hex | 43 | F | B4 | 3F | 5C | 0 | 1D | 103 | 55 | 26 |
| Octal | 103 | 17 | 264 | 77 | 134 | 0 | 35 | 403 | 125 | 46 |
| Binary | 1000011 | 1111 | 10110100 | 111111 | 1011100 | 0 | 11101 | 100000011 | 1010101 | 100110 |
Color Harmonies of #430FB4
Complementary color
Monochromatic Colors of #430FB4
Black with #430FB4
Text Example
Text Example
White with #430FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430FB4; }
p { color: rgb(67,15,180); }
H1.HeaderClassName
{
color: #430FB4;
}
.AnyTagClassName
{
color: #430FB4;
}
</style>
background-color css
<style>
a { background-color: #430FB4; }
a { background-color: rgb(67,15,180); }
div.DivClassName
{
background-color: #430FB4;
}
.BgClassName
{
background-color: #430FB4;
}
</style>
border-color css
<style>
span { border-color: #430FB4; }
span { border-color: rgb(67,15,180); }
td.TdClassName
{
border-color: #430FB4;
}
.TagClassName
{
border-color: #430FB4;
}
</style>