Shades of Purple Heart #461BC3
Tints of Purple Heart #461BC3
RGB
CMYK
RGB Variations
Color information
#461BC3 (or 0x461BC3) is known color: Purple Heart. HEX triplet: 46, 1B and C3. RGB value is (70,27,195). Sum of RGB (Red+Green+Blue) = 70+27+195=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 195 (76.56% from 255 or 66.78% from 292); Max value from RGB is 195 - color contains mainly: blue. Hex color #461BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461BC3 is #B9E43C. Grayscale: #3A3A3A. Windows color (decimal): -12182589 or 12786502. OLE color: 12786502.
HSL color Cylindrical-coordinate representation of color #461BC3: hue angle of 255.36º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461BC3 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 27 | 195 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.24 |
| HSL | 255.36º | 0.76% | 0.44% | - |
| HSV(B) | 255.36º | 0.86% | 0.76% | - |
| XYZ | 12.77 | 6.03 | 52.12 | - |
| YUV | 59.01 | 204.75 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 195 | 0.64 | 0.86 | 0 | 0.24 | 255.36 | 0.76 | 0.44 |
| Hex | 46 | 1B | C3 | 40 | 56 | 0 | 18 | FF | 4C | 2C |
| Octal | 106 | 33 | 303 | 100 | 126 | 0 | 30 | 377 | 114 | 54 |
| Binary | 1000110 | 11011 | 11000011 | 1000000 | 1010110 | 0 | 11000 | 11111111 | 1001100 | 101100 |
Color Harmonies of #461BC3
Complementary color
Monochromatic Colors of #461BC3
Black with #461BC3
Text Example
Text Example
White with #461BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461BC3; }
p { color: rgb(70,27,195); }
H1.HeaderClassName
{
color: #461BC3;
}
.AnyTagClassName
{
color: #461BC3;
}
</style>
background-color css
<style>
a { background-color: #461BC3; }
a { background-color: rgb(70,27,195); }
div.DivClassName
{
background-color: #461BC3;
}
.BgClassName
{
background-color: #461BC3;
}
</style>
border-color css
<style>
span { border-color: #461BC3; }
span { border-color: rgb(70,27,195); }
td.TdClassName
{
border-color: #461BC3;
}
.TagClassName
{
border-color: #461BC3;
}
</style>