Shades of Purple Heart #461CBC
Tints of Purple Heart #461CBC
RGB
CMYK
RGB Variations
Color information
#461CBC (or 0x461CBC) is known color: Purple Heart. HEX triplet: 46, 1C and BC. RGB value is (70,28,188). Sum of RGB (Red+Green+Blue) = 70+28+188=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #461CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461CBC is #B9E343. Grayscale: #3A3A3A. Windows color (decimal): -12182340 or 12328006. OLE color: 12328006.
HSL color Cylindrical-coordinate representation of color #461CBC: hue angle of 255.75º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461CBC is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 28 | 188 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.26 |
| HSL | 255.75º | 0.74% | 0.42% | - |
| HSV(B) | 255.75º | 0.85% | 0.74% | - |
| XYZ | 12.02 | 5.76 | 48.06 | - |
| YUV | 58.8 | 200.91 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 188 | 0.63 | 0.85 | 0 | 0.26 | 255.75 | 0.74 | 0.42 |
| Hex | 46 | 1C | BC | 3F | 55 | 0 | 1A | 100 | 4A | 2A |
| Octal | 106 | 34 | 274 | 77 | 125 | 0 | 32 | 400 | 112 | 52 |
| Binary | 1000110 | 11100 | 10111100 | 111111 | 1010101 | 0 | 11010 | 100000000 | 1001010 | 101010 |
Color Harmonies of #461CBC
Complementary color
Monochromatic Colors of #461CBC
Black with #461CBC
Text Example
Text Example
White with #461CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461CBC; }
p { color: rgb(70,28,188); }
H1.HeaderClassName
{
color: #461CBC;
}
.AnyTagClassName
{
color: #461CBC;
}
</style>
background-color css
<style>
a { background-color: #461CBC; }
a { background-color: rgb(70,28,188); }
div.DivClassName
{
background-color: #461CBC;
}
.BgClassName
{
background-color: #461CBC;
}
</style>
border-color css
<style>
span { border-color: #461CBC; }
span { border-color: rgb(70,28,188); }
td.TdClassName
{
border-color: #461CBC;
}
.TagClassName
{
border-color: #461CBC;
}
</style>