Shades of Purple Heart #461BAF
Tints of Purple Heart #461BAF
RGB
CMYK
RGB Variations
Color information
#461BAF (or 0x461BAF) is known color: Purple Heart. HEX triplet: 46, 1B and AF. RGB value is (70,27,175). Sum of RGB (Red+Green+Blue) = 70+27+175=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #461BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461BAF is #B9E450. Grayscale: #383838. Windows color (decimal): -12182609 or 11475782. OLE color: 11475782.
HSL color Cylindrical-coordinate representation of color #461BAF: hue angle of 257.43º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461BAF is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 27 | 175 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.31 |
| HSL | 257.43º | 0.73% | 0.4% | - |
| HSV(B) | 257.43º | 0.85% | 0.69% | - |
| XYZ | 10.66 | 5.18 | 41 | - |
| YUV | 56.73 | 194.75 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 175 | 0.60 | 0.85 | 0 | 0.31 | 257.43 | 0.73 | 0.4 |
| Hex | 46 | 1B | AF | 3C | 55 | 0 | 1F | 101 | 49 | 28 |
| Octal | 106 | 33 | 257 | 74 | 125 | 0 | 37 | 401 | 111 | 50 |
| Binary | 1000110 | 11011 | 10101111 | 111100 | 1010101 | 0 | 11111 | 100000001 | 1001001 | 101000 |
Color Harmonies of #461BAF
Complementary color
Monochromatic Colors of #461BAF
Black with #461BAF
Text Example
Text Example
White with #461BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461BAF; }
p { color: rgb(70,27,175); }
H1.HeaderClassName
{
color: #461BAF;
}
.AnyTagClassName
{
color: #461BAF;
}
</style>
background-color css
<style>
a { background-color: #461BAF; }
a { background-color: rgb(70,27,175); }
div.DivClassName
{
background-color: #461BAF;
}
.BgClassName
{
background-color: #461BAF;
}
</style>
border-color css
<style>
span { border-color: #461BAF; }
span { border-color: rgb(70,27,175); }
td.TdClassName
{
border-color: #461BAF;
}
.TagClassName
{
border-color: #461BAF;
}
</style>