Shades of Purple Heart #460DBE
Tints of Purple Heart #460DBE
RGB
CMYK
RGB Variations
Color information
#460DBE (or 0x460DBE) is known color: Purple Heart. HEX triplet: 46, 0D and BE. RGB value is (70,13,190). Sum of RGB (Red+Green+Blue) = 70+13+190=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 190 (74.61% from 255 or 69.60% from 273); Max value from RGB is 190 - color contains mainly: blue. Hex color #460DBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460DBE is #B9F241. Grayscale: #313131. Windows color (decimal): -12186178 or 12455238. OLE color: 12455238.
HSL color Cylindrical-coordinate representation of color #460DBE: hue angle of 259.32º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460DBE is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 13 | 190 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.25 |
| HSL | 259.32º | 0.87% | 0.4% | - |
| HSV(B) | 259.32º | 0.93% | 0.75% | - |
| XYZ | 11.96 | 5.31 | 49.11 | - |
| YUV | 50.22 | 206.88 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 190 | 0.63 | 0.93 | 0 | 0.25 | 259.32 | 0.87 | 0.4 |
| Hex | 46 | D | BE | 3F | 5D | 0 | 19 | 103 | 57 | 28 |
| Octal | 106 | 15 | 276 | 77 | 135 | 0 | 31 | 403 | 127 | 50 |
| Binary | 1000110 | 1101 | 10111110 | 111111 | 1011101 | 0 | 11001 | 100000011 | 1010111 | 101000 |
Color Harmonies of #460DBE
Complementary color
Monochromatic Colors of #460DBE
Black with #460DBE
Text Example
Text Example
White with #460DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460DBE; }
p { color: rgb(70,13,190); }
H1.HeaderClassName
{
color: #460DBE;
}
.AnyTagClassName
{
color: #460DBE;
}
</style>
background-color css
<style>
a { background-color: #460DBE; }
a { background-color: rgb(70,13,190); }
div.DivClassName
{
background-color: #460DBE;
}
.BgClassName
{
background-color: #460DBE;
}
</style>
border-color css
<style>
span { border-color: #460DBE; }
span { border-color: rgb(70,13,190); }
td.TdClassName
{
border-color: #460DBE;
}
.TagClassName
{
border-color: #460DBE;
}
</style>