Shades of Purple Heart #460CC4
Tints of Purple Heart #460CC4
RGB
CMYK
RGB Variations
Color information
#460CC4 (or 0x460CC4) is known color: Purple Heart. HEX triplet: 46, 0C and C4. RGB value is (70,12,196). Sum of RGB (Red+Green+Blue) = 70+12+196=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 196 (76.95% from 255 or 70.50% from 278); Max value from RGB is 196 - color contains mainly: blue. Hex color #460CC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460CC4 is #B9F33B. Grayscale: #313131. Windows color (decimal): -12186428 or 12848198. OLE color: 12848198.
HSL color Cylindrical-coordinate representation of color #460CC4: hue angle of 258.91º degrees, saturation: 0.88, 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 #460CC4 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 70 | 12 | 196 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.23 |
| HSL | 258.91º | 0.88% | 0.41% | - |
| HSV(B) | 258.91º | 0.94% | 0.77% | - |
| XYZ | 12.62 | 5.55 | 52.63 | - |
| YUV | 50.32 | 210.22 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 196 | 0.64 | 0.94 | 0 | 0.23 | 258.91 | 0.88 | 0.41 |
| Hex | 46 | C | C4 | 40 | 5E | 0 | 17 | 103 | 58 | 29 |
| Octal | 106 | 14 | 304 | 100 | 136 | 0 | 27 | 403 | 130 | 51 |
| Binary | 1000110 | 1100 | 11000100 | 1000000 | 1011110 | 0 | 10111 | 100000011 | 1011000 | 101001 |
Color Harmonies of #460CC4
Complementary color
Monochromatic Colors of #460CC4
Black with #460CC4
Text Example
Text Example
White with #460CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460CC4; }
p { color: rgb(70,12,196); }
H1.HeaderClassName
{
color: #460CC4;
}
.AnyTagClassName
{
color: #460CC4;
}
</style>
background-color css
<style>
a { background-color: #460CC4; }
a { background-color: rgb(70,12,196); }
div.DivClassName
{
background-color: #460CC4;
}
.BgClassName
{
background-color: #460CC4;
}
</style>
border-color css
<style>
span { border-color: #460CC4; }
span { border-color: rgb(70,12,196); }
td.TdClassName
{
border-color: #460CC4;
}
.TagClassName
{
border-color: #460CC4;
}
</style>