Shades of Purple Heart #461ABB
Tints of Purple Heart #461ABB
RGB
CMYK
RGB Variations
Color information
#461ABB (or 0x461ABB) is known color: Purple Heart. HEX triplet: 46, 1A and BB. RGB value is (70,26,187). Sum of RGB (Red+Green+Blue) = 70+26+187=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #461ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461ABB is #B9E544. Grayscale: #383838. Windows color (decimal): -12182853 or 12261958. OLE color: 12261958.
HSL color Cylindrical-coordinate representation of color #461ABB: hue angle of 256.4º 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 #461ABB is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 26 | 187 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.27 |
| HSL | 256.4º | 0.76% | 0.42% | - |
| HSV(B) | 256.4º | 0.86% | 0.73% | - |
| XYZ | 11.86 | 5.63 | 47.47 | - |
| YUV | 57.51 | 201.08 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 187 | 0.63 | 0.86 | 0 | 0.27 | 256.4 | 0.76 | 0.42 |
| Hex | 46 | 1A | BB | 3F | 56 | 0 | 1B | 100 | 4C | 2A |
| Octal | 106 | 32 | 273 | 77 | 126 | 0 | 33 | 400 | 114 | 52 |
| Binary | 1000110 | 11010 | 10111011 | 111111 | 1010110 | 0 | 11011 | 100000000 | 1001100 | 101010 |
Color Harmonies of #461ABB
Complementary color
Monochromatic Colors of #461ABB
Black with #461ABB
Text Example
Text Example
White with #461ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461ABB; }
p { color: rgb(70,26,187); }
H1.HeaderClassName
{
color: #461ABB;
}
.AnyTagClassName
{
color: #461ABB;
}
</style>
background-color css
<style>
a { background-color: #461ABB; }
a { background-color: rgb(70,26,187); }
div.DivClassName
{
background-color: #461ABB;
}
.BgClassName
{
background-color: #461ABB;
}
</style>
border-color css
<style>
span { border-color: #461ABB; }
span { border-color: rgb(70,26,187); }
td.TdClassName
{
border-color: #461ABB;
}
.TagClassName
{
border-color: #461ABB;
}
</style>