Shades of Purple Heart #430BB3
Tints of Purple Heart #430BB3
RGB
CMYK
RGB Variations
Color information
#430BB3 (or 0x430BB3) is known color: Purple Heart. HEX triplet: 43, 0B and B3. RGB value is (67,11,179). Sum of RGB (Red+Green+Blue) = 67+11+179=257 (34% of max value = 765). Red value is 67 (26.56% from 255 or 26.07% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 179 (70.31% from 255 or 69.65% from 257); Max value from RGB is 179 - color contains mainly: blue. Hex color #430BB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430BB3 is #BCF44C. Grayscale: #2E2E2E. Windows color (decimal): -12383309 or 11733827. OLE color: 11733827.
HSL color Cylindrical-coordinate representation of color #430BB3: hue angle of 260º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430BB3 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 67 | 11 | 179 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.30 |
| HSL | 260º | 0.88% | 0.37% | - |
| HSV(B) | 260º | 0.94% | 0.7% | - |
| XYZ | 10.57 | 4.69 | 43 | - |
| YUV | 46.9 | 202.55 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 179 | 0.63 | 0.94 | 0 | 0.30 | 260 | 0.88 | 0.37 |
| Hex | 43 | B | B3 | 3F | 5E | 0 | 1E | 104 | 58 | 25 |
| Octal | 103 | 13 | 263 | 77 | 136 | 0 | 36 | 404 | 130 | 45 |
| Binary | 1000011 | 1011 | 10110011 | 111111 | 1011110 | 0 | 11110 | 100000100 | 1011000 | 100101 |
Color Harmonies of #430BB3
Complementary color
Monochromatic Colors of #430BB3
Black with #430BB3
Text Example
Text Example
White with #430BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430BB3; }
p { color: rgb(67,11,179); }
H1.HeaderClassName
{
color: #430BB3;
}
.AnyTagClassName
{
color: #430BB3;
}
</style>
background-color css
<style>
a { background-color: #430BB3; }
a { background-color: rgb(67,11,179); }
div.DivClassName
{
background-color: #430BB3;
}
.BgClassName
{
background-color: #430BB3;
}
</style>
border-color css
<style>
span { border-color: #430BB3; }
span { border-color: rgb(67,11,179); }
td.TdClassName
{
border-color: #430BB3;
}
.TagClassName
{
border-color: #430BB3;
}
</style>