Shades of Purple Heart #461BC5
Tints of Purple Heart #461BC5
RGB
CMYK
RGB Variations
Color information
#461BC5 (or 0x461BC5) is known color: Purple Heart. HEX triplet: 46, 1B and C5. RGB value is (70,27,197). Sum of RGB (Red+Green+Blue) = 70+27+197=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 197 (77.34% from 255 or 67.01% from 294); Max value from RGB is 197 - color contains mainly: blue. Hex color #461BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461BC5 is #B9E43A. Grayscale: #3A3A3A. Windows color (decimal): -12182587 or 12917574. OLE color: 12917574.
HSL color Cylindrical-coordinate representation of color #461BC5: hue angle of 255.18º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461BC5 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 70 | 27 | 197 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.23 |
| HSL | 255.18º | 0.76% | 0.44% | - |
| HSV(B) | 255.18º | 0.86% | 0.77% | - |
| XYZ | 13 | 6.12 | 53.32 | - |
| YUV | 59.24 | 205.75 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 197 | 0.64 | 0.86 | 0 | 0.23 | 255.18 | 0.76 | 0.44 |
| Hex | 46 | 1B | C5 | 40 | 56 | 0 | 17 | FF | 4C | 2C |
| Octal | 106 | 33 | 305 | 100 | 126 | 0 | 27 | 377 | 114 | 54 |
| Binary | 1000110 | 11011 | 11000101 | 1000000 | 1010110 | 0 | 10111 | 11111111 | 1001100 | 101100 |
Color Harmonies of #461BC5
Complementary color
Monochromatic Colors of #461BC5
Black with #461BC5
Text Example
Text Example
White with #461BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461BC5; }
p { color: rgb(70,27,197); }
H1.HeaderClassName
{
color: #461BC5;
}
.AnyTagClassName
{
color: #461BC5;
}
</style>
background-color css
<style>
a { background-color: #461BC5; }
a { background-color: rgb(70,27,197); }
div.DivClassName
{
background-color: #461BC5;
}
.BgClassName
{
background-color: #461BC5;
}
</style>
border-color css
<style>
span { border-color: #461BC5; }
span { border-color: rgb(70,27,197); }
td.TdClassName
{
border-color: #461BC5;
}
.TagClassName
{
border-color: #461BC5;
}
</style>