Shades of Purple Heart #421BB5
Tints of Purple Heart #421BB5
RGB
CMYK
RGB Variations
Color information
#421BB5 (or 0x421BB5) is known color: Purple Heart. HEX triplet: 42, 1B and B5. RGB value is (66,27,181). Sum of RGB (Red+Green+Blue) = 66+27+181=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 181 (71.09% from 255 or 66.06% from 274); Max value from RGB is 181 - color contains mainly: blue. Hex color #421BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421BB5 is #BDE44A. Grayscale: #373737. Windows color (decimal): -12444747 or 11868994. OLE color: 11868994.
HSL color Cylindrical-coordinate representation of color #421BB5: hue angle of 255.19º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421BB5 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 27 | 181 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.29 |
| HSL | 255.19º | 0.74% | 0.41% | - |
| HSV(B) | 255.19º | 0.85% | 0.71% | - |
| XYZ | 10.98 | 5.28 | 44.16 | - |
| YUV | 56.22 | 198.42 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 27 | 181 | 0.64 | 0.85 | 0 | 0.29 | 255.19 | 0.74 | 0.41 |
| Hex | 42 | 1B | B5 | 40 | 55 | 0 | 1D | FF | 4A | 29 |
| Octal | 102 | 33 | 265 | 100 | 125 | 0 | 35 | 377 | 112 | 51 |
| Binary | 1000010 | 11011 | 10110101 | 1000000 | 1010101 | 0 | 11101 | 11111111 | 1001010 | 101001 |
Color Harmonies of #421BB5
Complementary color
Monochromatic Colors of #421BB5
Black with #421BB5
Text Example
Text Example
White with #421BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421BB5; }
p { color: rgb(66,27,181); }
H1.HeaderClassName
{
color: #421BB5;
}
.AnyTagClassName
{
color: #421BB5;
}
</style>
background-color css
<style>
a { background-color: #421BB5; }
a { background-color: rgb(66,27,181); }
div.DivClassName
{
background-color: #421BB5;
}
.BgClassName
{
background-color: #421BB5;
}
</style>
border-color css
<style>
span { border-color: #421BB5; }
span { border-color: rgb(66,27,181); }
td.TdClassName
{
border-color: #421BB5;
}
.TagClassName
{
border-color: #421BB5;
}
</style>