Shades of Purple Heart #461ABE
Tints of Purple Heart #461ABE
RGB
CMYK
RGB Variations
Color information
#461ABE (or 0x461ABE) is known color: Purple Heart. HEX triplet: 46, 1A and BE. RGB value is (70,26,190). Sum of RGB (Red+Green+Blue) = 70+26+190=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #461ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461ABE is #B9E541. Grayscale: #393939. Windows color (decimal): -12182850 or 12458566. OLE color: 12458566.
HSL color Cylindrical-coordinate representation of color #461ABE: hue angle of 256.1º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461ABE is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 26 | 190 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.25 |
| HSL | 256.1º | 0.76% | 0.42% | - |
| HSV(B) | 256.1º | 0.86% | 0.75% | - |
| XYZ | 12.19 | 5.76 | 49.18 | - |
| YUV | 57.85 | 202.58 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 190 | 0.63 | 0.86 | 0 | 0.25 | 256.1 | 0.76 | 0.42 |
| Hex | 46 | 1A | BE | 3F | 56 | 0 | 19 | 100 | 4C | 2A |
| Octal | 106 | 32 | 276 | 77 | 126 | 0 | 31 | 400 | 114 | 52 |
| Binary | 1000110 | 11010 | 10111110 | 111111 | 1010110 | 0 | 11001 | 100000000 | 1001100 | 101010 |
Color Harmonies of #461ABE
Complementary color
Monochromatic Colors of #461ABE
Black with #461ABE
Text Example
Text Example
White with #461ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461ABE; }
p { color: rgb(70,26,190); }
H1.HeaderClassName
{
color: #461ABE;
}
.AnyTagClassName
{
color: #461ABE;
}
</style>
background-color css
<style>
a { background-color: #461ABE; }
a { background-color: rgb(70,26,190); }
div.DivClassName
{
background-color: #461ABE;
}
.BgClassName
{
background-color: #461ABE;
}
</style>
border-color css
<style>
span { border-color: #461ABE; }
span { border-color: rgb(70,26,190); }
td.TdClassName
{
border-color: #461ABE;
}
.TagClassName
{
border-color: #461ABE;
}
</style>