Shades of Purple Heart #462FBC
Tints of Purple Heart #462FBC
RGB
CMYK
RGB Variations
Color information
#462FBC (or 0x462FBC) is known color: Purple Heart. HEX triplet: 46, 2F and BC. RGB value is (70,47,188). Sum of RGB (Red+Green+Blue) = 70+47+188=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #462FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462FBC is #B9D043. Grayscale: #454545. Windows color (decimal): -12177476 or 12332870. OLE color: 12332870.
HSL color Cylindrical-coordinate representation of color #462FBC: hue angle of 249.79º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #462FBC is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 47 | 188 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.26 |
| HSL | 249.79º | 0.6% | 0.46% | - |
| HSV(B) | 249.79º | 0.75% | 0.74% | - |
| XYZ | 12.62 | 6.97 | 48.26 | - |
| YUV | 69.95 | 194.62 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 188 | 0.63 | 0.75 | 0 | 0.26 | 249.79 | 0.6 | 0.46 |
| Hex | 46 | 2F | BC | 3F | 4B | 0 | 1A | FA | 3C | 2E |
| Octal | 106 | 57 | 274 | 77 | 113 | 0 | 32 | 372 | 74 | 56 |
| Binary | 1000110 | 101111 | 10111100 | 111111 | 1001011 | 0 | 11010 | 11111010 | 111100 | 101110 |
Color Harmonies of #462FBC
Complementary color
Monochromatic Colors of #462FBC
Black with #462FBC
Text Example
Text Example
White with #462FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462FBC; }
p { color: rgb(70,47,188); }
H1.HeaderClassName
{
color: #462FBC;
}
.AnyTagClassName
{
color: #462FBC;
}
</style>
background-color css
<style>
a { background-color: #462FBC; }
a { background-color: rgb(70,47,188); }
div.DivClassName
{
background-color: #462FBC;
}
.BgClassName
{
background-color: #462FBC;
}
</style>
border-color css
<style>
span { border-color: #462FBC; }
span { border-color: rgb(70,47,188); }
td.TdClassName
{
border-color: #462FBC;
}
.TagClassName
{
border-color: #462FBC;
}
</style>