Shades of Purple Heart #430BBE
Tints of Purple Heart #430BBE
RGB
CMYK
RGB Variations
Color information
#430BBE (or 0x430BBE) is known color: Purple Heart. HEX triplet: 43, 0B and BE. RGB value is (67,11,190). Sum of RGB (Red+Green+Blue) = 67+11+190=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #430BBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430BBE is #BCF441. Grayscale: #2F2F2F. Windows color (decimal): -12383298 or 12454723. OLE color: 12454723.
HSL color Cylindrical-coordinate representation of color #430BBE: hue angle of 258.77º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430BBE is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 11 | 190 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.25 |
| HSL | 258.77º | 0.89% | 0.39% | - |
| HSV(B) | 258.77º | 0.94% | 0.75% | - |
| XYZ | 11.73 | 5.15 | 49.09 | - |
| YUV | 48.15 | 208.05 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 190 | 0.65 | 0.94 | 0 | 0.25 | 258.77 | 0.89 | 0.39 |
| Hex | 43 | B | BE | 41 | 5E | 0 | 19 | 103 | 59 | 27 |
| Octal | 103 | 13 | 276 | 101 | 136 | 0 | 31 | 403 | 131 | 47 |
| Binary | 1000011 | 1011 | 10111110 | 1000001 | 1011110 | 0 | 11001 | 100000011 | 1011001 | 100111 |
Color Harmonies of #430BBE
Complementary color
Monochromatic Colors of #430BBE
Black with #430BBE
Text Example
Text Example
White with #430BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430BBE; }
p { color: rgb(67,11,190); }
H1.HeaderClassName
{
color: #430BBE;
}
.AnyTagClassName
{
color: #430BBE;
}
</style>
background-color css
<style>
a { background-color: #430BBE; }
a { background-color: rgb(67,11,190); }
div.DivClassName
{
background-color: #430BBE;
}
.BgClassName
{
background-color: #430BBE;
}
</style>
border-color css
<style>
span { border-color: #430BBE; }
span { border-color: rgb(67,11,190); }
td.TdClassName
{
border-color: #430BBE;
}
.TagClassName
{
border-color: #430BBE;
}
</style>