Shades of Purple Heart #430BBC
Tints of Purple Heart #430BBC
RGB
CMYK
RGB Variations
Color information
#430BBC (or 0x430BBC) is known color: Purple Heart. HEX triplet: 43, 0B and BC. RGB value is (67,11,188). Sum of RGB (Red+Green+Blue) = 67+11+188=266 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.19% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #430BBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430BBC is #BCF443. Grayscale: #2F2F2F. Windows color (decimal): -12383300 or 12323651. OLE color: 12323651.
HSL color Cylindrical-coordinate representation of color #430BBC: hue angle of 258.98º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430BBC is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 11 | 188 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.26 |
| HSL | 258.98º | 0.89% | 0.39% | - |
| HSV(B) | 258.98º | 0.94% | 0.74% | - |
| XYZ | 11.51 | 5.06 | 47.95 | - |
| YUV | 47.92 | 207.05 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 188 | 0.64 | 0.94 | 0 | 0.26 | 258.98 | 0.89 | 0.39 |
| Hex | 43 | B | BC | 40 | 5E | 0 | 1A | 103 | 59 | 27 |
| Octal | 103 | 13 | 274 | 100 | 136 | 0 | 32 | 403 | 131 | 47 |
| Binary | 1000011 | 1011 | 10111100 | 1000000 | 1011110 | 0 | 11010 | 100000011 | 1011001 | 100111 |
Color Harmonies of #430BBC
Complementary color
Monochromatic Colors of #430BBC
Black with #430BBC
Text Example
Text Example
White with #430BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430BBC; }
p { color: rgb(67,11,188); }
H1.HeaderClassName
{
color: #430BBC;
}
.AnyTagClassName
{
color: #430BBC;
}
</style>
background-color css
<style>
a { background-color: #430BBC; }
a { background-color: rgb(67,11,188); }
div.DivClassName
{
background-color: #430BBC;
}
.BgClassName
{
background-color: #430BBC;
}
</style>
border-color css
<style>
span { border-color: #430BBC; }
span { border-color: rgb(67,11,188); }
td.TdClassName
{
border-color: #430BBC;
}
.TagClassName
{
border-color: #430BBC;
}
</style>