Shades of Purple Heart #461AB8
Tints of Purple Heart #461AB8
RGB
CMYK
RGB Variations
Color information
#461AB8 (or 0x461AB8) is known color: Purple Heart. HEX triplet: 46, 1A and B8. RGB value is (70,26,184). Sum of RGB (Red+Green+Blue) = 70+26+184=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 184 (72.27% from 255 or 65.71% from 280); Max value from RGB is 184 - color contains mainly: blue. Hex color #461AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461AB8 is #B9E547. Grayscale: #383838. Windows color (decimal): -12182856 or 12065350. OLE color: 12065350.
HSL color Cylindrical-coordinate representation of color #461AB8: hue angle of 256.71º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461AB8 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 26 | 184 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.28 |
| HSL | 256.71º | 0.75% | 0.41% | - |
| HSV(B) | 256.71º | 0.86% | 0.72% | - |
| XYZ | 11.55 | 5.5 | 45.8 | - |
| YUV | 57.17 | 199.58 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 184 | 0.62 | 0.86 | 0 | 0.28 | 256.71 | 0.75 | 0.41 |
| Hex | 46 | 1A | B8 | 3E | 56 | 0 | 1C | 101 | 4B | 29 |
| Octal | 106 | 32 | 270 | 76 | 126 | 0 | 34 | 401 | 113 | 51 |
| Binary | 1000110 | 11010 | 10111000 | 111110 | 1010110 | 0 | 11100 | 100000001 | 1001011 | 101001 |
Color Harmonies of #461AB8
Complementary color
Monochromatic Colors of #461AB8
Black with #461AB8
Text Example
Text Example
White with #461AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461AB8; }
p { color: rgb(70,26,184); }
H1.HeaderClassName
{
color: #461AB8;
}
.AnyTagClassName
{
color: #461AB8;
}
</style>
background-color css
<style>
a { background-color: #461AB8; }
a { background-color: rgb(70,26,184); }
div.DivClassName
{
background-color: #461AB8;
}
.BgClassName
{
background-color: #461AB8;
}
</style>
border-color css
<style>
span { border-color: #461AB8; }
span { border-color: rgb(70,26,184); }
td.TdClassName
{
border-color: #461AB8;
}
.TagClassName
{
border-color: #461AB8;
}
</style>