Shades of Purple Heart #430ABF
Tints of Purple Heart #430ABF
RGB
CMYK
RGB Variations
Color information
#430ABF (or 0x430ABF) is known color: Purple Heart. HEX triplet: 43, 0A and BF. RGB value is (67,10,191). Sum of RGB (Red+Green+Blue) = 67+10+191=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #430ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430ABF is #BCF540. Grayscale: #2F2F2F. Windows color (decimal): -12383553 or 12520003. OLE color: 12520003.
HSL color Cylindrical-coordinate representation of color #430ABF: hue angle of 258.9º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430ABF is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 10 | 191 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.25 |
| HSL | 258.9º | 0.9% | 0.39% | - |
| HSV(B) | 258.9º | 0.95% | 0.75% | - |
| XYZ | 11.83 | 5.17 | 49.67 | - |
| YUV | 47.68 | 208.88 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 191 | 0.65 | 0.95 | 0 | 0.25 | 258.9 | 0.9 | 0.39 |
| Hex | 43 | A | BF | 41 | 5F | 0 | 19 | 103 | 5A | 27 |
| Octal | 103 | 12 | 277 | 101 | 137 | 0 | 31 | 403 | 132 | 47 |
| Binary | 1000011 | 1010 | 10111111 | 1000001 | 1011111 | 0 | 11001 | 100000011 | 1011010 | 100111 |
Color Harmonies of #430ABF
Complementary color
Monochromatic Colors of #430ABF
Black with #430ABF
Text Example
Text Example
White with #430ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430ABF; }
p { color: rgb(67,10,191); }
H1.HeaderClassName
{
color: #430ABF;
}
.AnyTagClassName
{
color: #430ABF;
}
</style>
background-color css
<style>
a { background-color: #430ABF; }
a { background-color: rgb(67,10,191); }
div.DivClassName
{
background-color: #430ABF;
}
.BgClassName
{
background-color: #430ABF;
}
</style>
border-color css
<style>
span { border-color: #430ABF; }
span { border-color: rgb(67,10,191); }
td.TdClassName
{
border-color: #430ABF;
}
.TagClassName
{
border-color: #430ABF;
}
</style>