Shades of Purple Heart #421FBA
Tints of Purple Heart #421FBA
RGB
CMYK
RGB Variations
Color information
#421FBA (or 0x421FBA) is known color: Purple Heart. HEX triplet: 42, 1F and BA. RGB value is (66,31,186). Sum of RGB (Red+Green+Blue) = 66+31+186=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #421FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421FBA is #BDE045. Grayscale: #3A3A3A. Windows color (decimal): -12443718 or 12197698. OLE color: 12197698.
HSL color Cylindrical-coordinate representation of color #421FBA: hue angle of 253.55º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #421FBA is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 31 | 186 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.27 |
| HSL | 253.55º | 0.71% | 0.43% | - |
| HSV(B) | 253.55º | 0.83% | 0.73% | - |
| XYZ | 11.6 | 5.68 | 46.94 | - |
| YUV | 59.14 | 199.6 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 186 | 0.65 | 0.83 | 0 | 0.27 | 253.55 | 0.71 | 0.43 |
| Hex | 42 | 1F | BA | 41 | 53 | 0 | 1B | FE | 47 | 2B |
| Octal | 102 | 37 | 272 | 101 | 123 | 0 | 33 | 376 | 107 | 53 |
| Binary | 1000010 | 11111 | 10111010 | 1000001 | 1010011 | 0 | 11011 | 11111110 | 1000111 | 101011 |
Color Harmonies of #421FBA
Complementary color
Monochromatic Colors of #421FBA
Black with #421FBA
Text Example
Text Example
White with #421FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421FBA; }
p { color: rgb(66,31,186); }
H1.HeaderClassName
{
color: #421FBA;
}
.AnyTagClassName
{
color: #421FBA;
}
</style>
background-color css
<style>
a { background-color: #421FBA; }
a { background-color: rgb(66,31,186); }
div.DivClassName
{
background-color: #421FBA;
}
.BgClassName
{
background-color: #421FBA;
}
</style>
border-color css
<style>
span { border-color: #421FBA; }
span { border-color: rgb(66,31,186); }
td.TdClassName
{
border-color: #421FBA;
}
.TagClassName
{
border-color: #421FBA;
}
</style>