Shades of Purple Heart #421ABB
Tints of Purple Heart #421ABB
RGB
CMYK
RGB Variations
Color information
#421ABB (or 0x421ABB) is known color: Purple Heart. HEX triplet: 42, 1A and BB. RGB value is (66,26,187). Sum of RGB (Red+Green+Blue) = 66+26+187=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #421ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421ABB is #BDE544. Grayscale: #373737. Windows color (decimal): -12444997 or 12261954. OLE color: 12261954.
HSL color Cylindrical-coordinate representation of color #421ABB: hue angle of 254.91º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421ABB is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 26 | 187 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.27 |
| HSL | 254.91º | 0.76% | 0.42% | - |
| HSV(B) | 254.91º | 0.86% | 0.73% | - |
| XYZ | 11.59 | 5.48 | 47.46 | - |
| YUV | 56.31 | 201.75 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 187 | 0.65 | 0.86 | 0 | 0.27 | 254.91 | 0.76 | 0.42 |
| Hex | 42 | 1A | BB | 41 | 56 | 0 | 1B | FF | 4C | 2A |
| Octal | 102 | 32 | 273 | 101 | 126 | 0 | 33 | 377 | 114 | 52 |
| Binary | 1000010 | 11010 | 10111011 | 1000001 | 1010110 | 0 | 11011 | 11111111 | 1001100 | 101010 |
Color Harmonies of #421ABB
Complementary color
Monochromatic Colors of #421ABB
Black with #421ABB
Text Example
Text Example
White with #421ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421ABB; }
p { color: rgb(66,26,187); }
H1.HeaderClassName
{
color: #421ABB;
}
.AnyTagClassName
{
color: #421ABB;
}
</style>
background-color css
<style>
a { background-color: #421ABB; }
a { background-color: rgb(66,26,187); }
div.DivClassName
{
background-color: #421ABB;
}
.BgClassName
{
background-color: #421ABB;
}
</style>
border-color css
<style>
span { border-color: #421ABB; }
span { border-color: rgb(66,26,187); }
td.TdClassName
{
border-color: #421ABB;
}
.TagClassName
{
border-color: #421ABB;
}
</style>