Shades of Purple Heart #421BB7
Tints of Purple Heart #421BB7
RGB
CMYK
RGB Variations
Color information
#421BB7 (or 0x421BB7) is known color: Purple Heart. HEX triplet: 42, 1B and B7. RGB value is (66,27,183). Sum of RGB (Red+Green+Blue) = 66+27+183=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 183 (71.88% from 255 or 66.30% from 276); Max value from RGB is 183 - color contains mainly: blue. Hex color #421BB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421BB7 is #BDE448. Grayscale: #373737. Windows color (decimal): -12444745 or 12000066. OLE color: 12000066.
HSL color Cylindrical-coordinate representation of color #421BB7: hue angle of 255º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421BB7 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 27 | 183 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.28 |
| HSL | 255º | 0.74% | 0.41% | - |
| HSV(B) | 255º | 0.85% | 0.72% | - |
| XYZ | 11.19 | 5.36 | 45.24 | - |
| YUV | 56.45 | 199.42 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 27 | 183 | 0.64 | 0.85 | 0 | 0.28 | 255 | 0.74 | 0.41 |
| Hex | 42 | 1B | B7 | 40 | 55 | 0 | 1C | FF | 4A | 29 |
| Octal | 102 | 33 | 267 | 100 | 125 | 0 | 34 | 377 | 112 | 51 |
| Binary | 1000010 | 11011 | 10110111 | 1000000 | 1010101 | 0 | 11100 | 11111111 | 1001010 | 101001 |
Color Harmonies of #421BB7
Complementary color
Monochromatic Colors of #421BB7
Black with #421BB7
Text Example
Text Example
White with #421BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421BB7; }
p { color: rgb(66,27,183); }
H1.HeaderClassName
{
color: #421BB7;
}
.AnyTagClassName
{
color: #421BB7;
}
</style>
background-color css
<style>
a { background-color: #421BB7; }
a { background-color: rgb(66,27,183); }
div.DivClassName
{
background-color: #421BB7;
}
.BgClassName
{
background-color: #421BB7;
}
</style>
border-color css
<style>
span { border-color: #421BB7; }
span { border-color: rgb(66,27,183); }
td.TdClassName
{
border-color: #421BB7;
}
.TagClassName
{
border-color: #421BB7;
}
</style>