Shades of Purple Heart #421ABA
Tints of Purple Heart #421ABA
RGB
CMYK
RGB Variations
Color information
#421ABA (or 0x421ABA) is known color: Purple Heart. HEX triplet: 42, 1A and BA. RGB value is (66,26,186). Sum of RGB (Red+Green+Blue) = 66+26+186=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #421ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421ABA is #BDE545. Grayscale: #373737. Windows color (decimal): -12444998 or 12196418. OLE color: 12196418.
HSL color Cylindrical-coordinate representation of color #421ABA: hue angle of 255º degrees, saturation: 0.75, 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 #421ABA is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 26 | 186 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.27 |
| HSL | 255º | 0.75% | 0.42% | - |
| HSV(B) | 255º | 0.86% | 0.73% | - |
| XYZ | 11.48 | 5.44 | 46.9 | - |
| YUV | 56.2 | 201.25 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 186 | 0.65 | 0.86 | 0 | 0.27 | 255 | 0.75 | 0.42 |
| Hex | 42 | 1A | BA | 41 | 56 | 0 | 1B | FF | 4B | 2A |
| Octal | 102 | 32 | 272 | 101 | 126 | 0 | 33 | 377 | 113 | 52 |
| Binary | 1000010 | 11010 | 10111010 | 1000001 | 1010110 | 0 | 11011 | 11111111 | 1001011 | 101010 |
Color Harmonies of #421ABA
Complementary color
Monochromatic Colors of #421ABA
Black with #421ABA
Text Example
Text Example
White with #421ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421ABA; }
p { color: rgb(66,26,186); }
H1.HeaderClassName
{
color: #421ABA;
}
.AnyTagClassName
{
color: #421ABA;
}
</style>
background-color css
<style>
a { background-color: #421ABA; }
a { background-color: rgb(66,26,186); }
div.DivClassName
{
background-color: #421ABA;
}
.BgClassName
{
background-color: #421ABA;
}
</style>
border-color css
<style>
span { border-color: #421ABA; }
span { border-color: rgb(66,26,186); }
td.TdClassName
{
border-color: #421ABA;
}
.TagClassName
{
border-color: #421ABA;
}
</style>