Shades of Purple Heart #461BBE
Tints of Purple Heart #461BBE
RGB
CMYK
RGB Variations
Color information
#461BBE (or 0x461BBE) is known color: Purple Heart. HEX triplet: 46, 1B and BE. RGB value is (70,27,190). Sum of RGB (Red+Green+Blue) = 70+27+190=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #461BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461BBE is #B9E441. Grayscale: #393939. Windows color (decimal): -12182594 or 12458822. OLE color: 12458822.
HSL color Cylindrical-coordinate representation of color #461BBE: hue angle of 255.83º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461BBE is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 27 | 190 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.25 |
| HSL | 255.83º | 0.75% | 0.43% | - |
| HSV(B) | 255.83º | 0.86% | 0.75% | - |
| XYZ | 12.21 | 5.8 | 49.19 | - |
| YUV | 58.44 | 202.25 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 190 | 0.63 | 0.86 | 0 | 0.25 | 255.83 | 0.75 | 0.43 |
| Hex | 46 | 1B | BE | 3F | 56 | 0 | 19 | 100 | 4B | 2B |
| Octal | 106 | 33 | 276 | 77 | 126 | 0 | 31 | 400 | 113 | 53 |
| Binary | 1000110 | 11011 | 10111110 | 111111 | 1010110 | 0 | 11001 | 100000000 | 1001011 | 101011 |
Color Harmonies of #461BBE
Complementary color
Monochromatic Colors of #461BBE
Black with #461BBE
Text Example
Text Example
White with #461BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461BBE; }
p { color: rgb(70,27,190); }
H1.HeaderClassName
{
color: #461BBE;
}
.AnyTagClassName
{
color: #461BBE;
}
</style>
background-color css
<style>
a { background-color: #461BBE; }
a { background-color: rgb(70,27,190); }
div.DivClassName
{
background-color: #461BBE;
}
.BgClassName
{
background-color: #461BBE;
}
</style>
border-color css
<style>
span { border-color: #461BBE; }
span { border-color: rgb(70,27,190); }
td.TdClassName
{
border-color: #461BBE;
}
.TagClassName
{
border-color: #461BBE;
}
</style>