Shades of Purple Heart #460CB4
Tints of Purple Heart #460CB4
RGB
CMYK
RGB Variations
Color information
#460CB4 (or 0x460CB4) is known color: Purple Heart. HEX triplet: 46, 0C and B4. RGB value is (70,12,180). Sum of RGB (Red+Green+Blue) = 70+12+180=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 180 (70.70% from 255 or 68.70% from 262); Max value from RGB is 180 - color contains mainly: blue. Hex color #460CB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460CB4 is #B9F34B. Grayscale: #2F2F2F. Windows color (decimal): -12186444 or 11799622. OLE color: 11799622.
HSL color Cylindrical-coordinate representation of color #460CB4: hue angle of 260.71º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460CB4 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 12 | 180 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.29 |
| HSL | 260.71º | 0.88% | 0.38% | - |
| HSV(B) | 260.71º | 0.93% | 0.71% | - |
| XYZ | 10.9 | 4.86 | 43.54 | - |
| YUV | 48.49 | 202.22 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 180 | 0.61 | 0.93 | 0 | 0.29 | 260.71 | 0.88 | 0.38 |
| Hex | 46 | C | B4 | 3D | 5D | 0 | 1D | 105 | 58 | 26 |
| Octal | 106 | 14 | 264 | 75 | 135 | 0 | 35 | 405 | 130 | 46 |
| Binary | 1000110 | 1100 | 10110100 | 111101 | 1011101 | 0 | 11101 | 100000101 | 1011000 | 100110 |
Color Harmonies of #460CB4
Complementary color
Monochromatic Colors of #460CB4
Black with #460CB4
Text Example
Text Example
White with #460CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460CB4; }
p { color: rgb(70,12,180); }
H1.HeaderClassName
{
color: #460CB4;
}
.AnyTagClassName
{
color: #460CB4;
}
</style>
background-color css
<style>
a { background-color: #460CB4; }
a { background-color: rgb(70,12,180); }
div.DivClassName
{
background-color: #460CB4;
}
.BgClassName
{
background-color: #460CB4;
}
</style>
border-color css
<style>
span { border-color: #460CB4; }
span { border-color: rgb(70,12,180); }
td.TdClassName
{
border-color: #460CB4;
}
.TagClassName
{
border-color: #460CB4;
}
</style>