Shades of Purple Heart #462CBB
Tints of Purple Heart #462CBB
RGB
CMYK
RGB Variations
Color information
#462CBB (or 0x462CBB) is known color: Purple Heart. HEX triplet: 46, 2C and BB. RGB value is (70,44,187). Sum of RGB (Red+Green+Blue) = 70+44+187=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #462CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462CBB is #B9D344. Grayscale: #434343. Windows color (decimal): -12178245 or 12266566. OLE color: 12266566.
HSL color Cylindrical-coordinate representation of color #462CBB: hue angle of 250.91º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #462CBB is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 44 | 187 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.27 |
| HSL | 250.91º | 0.62% | 0.45% | - |
| HSV(B) | 250.91º | 0.76% | 0.73% | - |
| XYZ | 12.4 | 6.69 | 47.65 | - |
| YUV | 68.08 | 195.11 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 187 | 0.63 | 0.76 | 0 | 0.27 | 250.91 | 0.62 | 0.45 |
| Hex | 46 | 2C | BB | 3F | 4C | 0 | 1B | FB | 3E | 2D |
| Octal | 106 | 54 | 273 | 77 | 114 | 0 | 33 | 373 | 76 | 55 |
| Binary | 1000110 | 101100 | 10111011 | 111111 | 1001100 | 0 | 11011 | 11111011 | 111110 | 101101 |
Color Harmonies of #462CBB
Complementary color
Monochromatic Colors of #462CBB
Black with #462CBB
Text Example
Text Example
White with #462CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462CBB; }
p { color: rgb(70,44,187); }
H1.HeaderClassName
{
color: #462CBB;
}
.AnyTagClassName
{
color: #462CBB;
}
</style>
background-color css
<style>
a { background-color: #462CBB; }
a { background-color: rgb(70,44,187); }
div.DivClassName
{
background-color: #462CBB;
}
.BgClassName
{
background-color: #462CBB;
}
</style>
border-color css
<style>
span { border-color: #462CBB; }
span { border-color: rgb(70,44,187); }
td.TdClassName
{
border-color: #462CBB;
}
.TagClassName
{
border-color: #462CBB;
}
</style>