Shades of Purple Heart #430FBD
Tints of Purple Heart #430FBD
RGB
CMYK
RGB Variations
Color information
#430FBD (or 0x430FBD) is known color: Purple Heart. HEX triplet: 43, 0F and BD. RGB value is (67,15,189). Sum of RGB (Red+Green+Blue) = 67+15+189=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 189 (74.22% from 255 or 69.74% from 271); Max value from RGB is 189 - color contains mainly: blue. Hex color #430FBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430FBD is #BCF042. Grayscale: #313131. Windows color (decimal): -12382275 or 12390211. OLE color: 12390211.
HSL color Cylindrical-coordinate representation of color #430FBD: hue angle of 257.93º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430FBD is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 15 | 189 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.26 |
| HSL | 257.93º | 0.85% | 0.4% | - |
| HSV(B) | 257.93º | 0.92% | 0.74% | - |
| XYZ | 11.67 | 5.21 | 48.53 | - |
| YUV | 50.38 | 206.23 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 189 | 0.65 | 0.92 | 0 | 0.26 | 257.93 | 0.85 | 0.4 |
| Hex | 43 | F | BD | 41 | 5C | 0 | 1A | 102 | 55 | 28 |
| Octal | 103 | 17 | 275 | 101 | 134 | 0 | 32 | 402 | 125 | 50 |
| Binary | 1000011 | 1111 | 10111101 | 1000001 | 1011100 | 0 | 11010 | 100000010 | 1010101 | 101000 |
Color Harmonies of #430FBD
Complementary color
Monochromatic Colors of #430FBD
Black with #430FBD
Text Example
Text Example
White with #430FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430FBD; }
p { color: rgb(67,15,189); }
H1.HeaderClassName
{
color: #430FBD;
}
.AnyTagClassName
{
color: #430FBD;
}
</style>
background-color css
<style>
a { background-color: #430FBD; }
a { background-color: rgb(67,15,189); }
div.DivClassName
{
background-color: #430FBD;
}
.BgClassName
{
background-color: #430FBD;
}
</style>
border-color css
<style>
span { border-color: #430FBD; }
span { border-color: rgb(67,15,189); }
td.TdClassName
{
border-color: #430FBD;
}
.TagClassName
{
border-color: #430FBD;
}
</style>