Shades of Purple Heart #421BB4
Tints of Purple Heart #421BB4
RGB
CMYK
RGB Variations
Color information
#421BB4 (or 0x421BB4) is known color: Purple Heart. HEX triplet: 42, 1B and B4. RGB value is (66,27,180). Sum of RGB (Red+Green+Blue) = 66+27+180=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 180 (70.70% from 255 or 65.93% from 273); Max value from RGB is 180 - color contains mainly: blue. Hex color #421BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421BB4 is #BDE44B. Grayscale: #373737. Windows color (decimal): -12444748 or 11803458. OLE color: 11803458.
HSL color Cylindrical-coordinate representation of color #421BB4: hue angle of 255.29º 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 #421BB4 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 27 | 180 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.29 |
| HSL | 255.29º | 0.74% | 0.41% | - |
| HSV(B) | 255.29º | 0.85% | 0.71% | - |
| XYZ | 10.88 | 5.24 | 43.62 | - |
| YUV | 56.1 | 197.92 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 27 | 180 | 0.63 | 0.85 | 0 | 0.29 | 255.29 | 0.74 | 0.41 |
| Hex | 42 | 1B | B4 | 3F | 55 | 0 | 1D | FF | 4A | 29 |
| Octal | 102 | 33 | 264 | 77 | 125 | 0 | 35 | 377 | 112 | 51 |
| Binary | 1000010 | 11011 | 10110100 | 111111 | 1010101 | 0 | 11101 | 11111111 | 1001010 | 101001 |
Color Harmonies of #421BB4
Complementary color
Monochromatic Colors of #421BB4
Black with #421BB4
Text Example
Text Example
White with #421BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421BB4; }
p { color: rgb(66,27,180); }
H1.HeaderClassName
{
color: #421BB4;
}
.AnyTagClassName
{
color: #421BB4;
}
</style>
background-color css
<style>
a { background-color: #421BB4; }
a { background-color: rgb(66,27,180); }
div.DivClassName
{
background-color: #421BB4;
}
.BgClassName
{
background-color: #421BB4;
}
</style>
border-color css
<style>
span { border-color: #421BB4; }
span { border-color: rgb(66,27,180); }
td.TdClassName
{
border-color: #421BB4;
}
.TagClassName
{
border-color: #421BB4;
}
</style>