Shades of Purple Heart #461BAE
Tints of Purple Heart #461BAE
RGB
CMYK
RGB Variations
Color information
#461BAE (or 0x461BAE) is known color: Purple Heart. HEX triplet: 46, 1B and AE. RGB value is (70,27,174). Sum of RGB (Red+Green+Blue) = 70+27+174=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #461BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461BAE is #B9E451. Grayscale: #383838. Windows color (decimal): -12182610 or 11410246. OLE color: 11410246.
HSL color Cylindrical-coordinate representation of color #461BAE: hue angle of 257.55º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461BAE is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 27 | 174 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.32 |
| HSL | 257.55º | 0.73% | 0.39% | - |
| HSV(B) | 257.55º | 0.84% | 0.68% | - |
| XYZ | 10.56 | 5.14 | 40.48 | - |
| YUV | 56.62 | 194.25 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 174 | 0.60 | 0.84 | 0 | 0.32 | 257.55 | 0.73 | 0.39 |
| Hex | 46 | 1B | AE | 3C | 54 | 0 | 20 | 102 | 49 | 27 |
| Octal | 106 | 33 | 256 | 74 | 124 | 0 | 40 | 402 | 111 | 47 |
| Binary | 1000110 | 11011 | 10101110 | 111100 | 1010100 | 0 | 100000 | 100000010 | 1001001 | 100111 |
Color Harmonies of #461BAE
Complementary color
Monochromatic Colors of #461BAE
Black with #461BAE
Text Example
Text Example
White with #461BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461BAE; }
p { color: rgb(70,27,174); }
H1.HeaderClassName
{
color: #461BAE;
}
.AnyTagClassName
{
color: #461BAE;
}
</style>
background-color css
<style>
a { background-color: #461BAE; }
a { background-color: rgb(70,27,174); }
div.DivClassName
{
background-color: #461BAE;
}
.BgClassName
{
background-color: #461BAE;
}
</style>
border-color css
<style>
span { border-color: #461BAE; }
span { border-color: rgb(70,27,174); }
td.TdClassName
{
border-color: #461BAE;
}
.TagClassName
{
border-color: #461BAE;
}
</style>