Shades of Purple Heart #460BC4
Tints of Purple Heart #460BC4
RGB
CMYK
RGB Variations
Color information
#460BC4 (or 0x460BC4) is known color: Purple Heart. HEX triplet: 46, 0B and C4. RGB value is (70,11,196). Sum of RGB (Red+Green+Blue) = 70+11+196=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 196 (76.95% from 255 or 70.76% from 277); Max value from RGB is 196 - color contains mainly: blue. Hex color #460BC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BC4 is #B9F43B. Grayscale: #313131. Windows color (decimal): -12186684 or 12847942. OLE color: 12847942.
HSL color Cylindrical-coordinate representation of color #460BC4: hue angle of 259.14º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460BC4 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 70 | 11 | 196 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.23 |
| HSL | 259.14º | 0.89% | 0.41% | - |
| HSV(B) | 259.14º | 0.94% | 0.77% | - |
| XYZ | 12.61 | 5.53 | 52.63 | - |
| YUV | 49.73 | 210.55 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 196 | 0.64 | 0.94 | 0 | 0.23 | 259.14 | 0.89 | 0.41 |
| Hex | 46 | B | C4 | 40 | 5E | 0 | 17 | 103 | 59 | 29 |
| Octal | 106 | 13 | 304 | 100 | 136 | 0 | 27 | 403 | 131 | 51 |
| Binary | 1000110 | 1011 | 11000100 | 1000000 | 1011110 | 0 | 10111 | 100000011 | 1011001 | 101001 |
Color Harmonies of #460BC4
Complementary color
Monochromatic Colors of #460BC4
Black with #460BC4
Text Example
Text Example
White with #460BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460BC4; }
p { color: rgb(70,11,196); }
H1.HeaderClassName
{
color: #460BC4;
}
.AnyTagClassName
{
color: #460BC4;
}
</style>
background-color css
<style>
a { background-color: #460BC4; }
a { background-color: rgb(70,11,196); }
div.DivClassName
{
background-color: #460BC4;
}
.BgClassName
{
background-color: #460BC4;
}
</style>
border-color css
<style>
span { border-color: #460BC4; }
span { border-color: rgb(70,11,196); }
td.TdClassName
{
border-color: #460BC4;
}
.TagClassName
{
border-color: #460BC4;
}
</style>