Shades of Purple Heart #461BAC
Tints of Purple Heart #461BAC
RGB
CMYK
RGB Variations
Color information
#461BAC (or 0x461BAC) is known color: Purple Heart. HEX triplet: 46, 1B and AC. RGB value is (70,27,172). Sum of RGB (Red+Green+Blue) = 70+27+172=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #461BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461BAC is #B9E453. Grayscale: #373737. Windows color (decimal): -12182612 or 11279174. OLE color: 11279174.
HSL color Cylindrical-coordinate representation of color #461BAC: hue angle of 257.79º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461BAC is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 27 | 172 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.33 |
| HSL | 257.79º | 0.73% | 0.39% | - |
| HSV(B) | 257.79º | 0.84% | 0.67% | - |
| XYZ | 10.36 | 5.06 | 39.46 | - |
| YUV | 56.39 | 193.25 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 172 | 0.59 | 0.84 | 0 | 0.33 | 257.79 | 0.73 | 0.39 |
| Hex | 46 | 1B | AC | 3B | 54 | 0 | 21 | 102 | 49 | 27 |
| Octal | 106 | 33 | 254 | 73 | 124 | 0 | 41 | 402 | 111 | 47 |
| Binary | 1000110 | 11011 | 10101100 | 111011 | 1010100 | 0 | 100001 | 100000010 | 1001001 | 100111 |
Color Harmonies of #461BAC
Complementary color
Monochromatic Colors of #461BAC
Black with #461BAC
Text Example
Text Example
White with #461BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461BAC; }
p { color: rgb(70,27,172); }
H1.HeaderClassName
{
color: #461BAC;
}
.AnyTagClassName
{
color: #461BAC;
}
</style>
background-color css
<style>
a { background-color: #461BAC; }
a { background-color: rgb(70,27,172); }
div.DivClassName
{
background-color: #461BAC;
}
.BgClassName
{
background-color: #461BAC;
}
</style>
border-color css
<style>
span { border-color: #461BAC; }
span { border-color: rgb(70,27,172); }
td.TdClassName
{
border-color: #461BAC;
}
.TagClassName
{
border-color: #461BAC;
}
</style>