Shades of Purple Heart #4608BE
Tints of Purple Heart #4608BE
RGB
CMYK
RGB Variations
Color information
#4608BE (or 0x4608BE) is known color: Purple Heart. HEX triplet: 46, 08 and BE. RGB value is (70,8,190). Sum of RGB (Red+Green+Blue) = 70+8+190=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #4608BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4608BE is #B9F741. Grayscale: #2E2E2E. Windows color (decimal): -12187458 or 12453958. OLE color: 12453958.
HSL color Cylindrical-coordinate representation of color #4608BE: hue angle of 260.44º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4608BE is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 8 | 190 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.25 |
| HSL | 260.44º | 0.92% | 0.39% | - |
| HSV(B) | 260.44º | 0.96% | 0.75% | - |
| XYZ | 11.91 | 5.19 | 49.09 | - |
| YUV | 47.29 | 208.54 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 8 | 190 | 0.63 | 0.96 | 0 | 0.25 | 260.44 | 0.92 | 0.39 |
| Hex | 46 | 8 | BE | 3F | 60 | 0 | 19 | 104 | 5C | 27 |
| Octal | 106 | 10 | 276 | 77 | 140 | 0 | 31 | 404 | 134 | 47 |
| Binary | 1000110 | 1000 | 10111110 | 111111 | 1100000 | 0 | 11001 | 100000100 | 1011100 | 100111 |
Color Harmonies of #4608BE
Complementary color
Monochromatic Colors of #4608BE
Black with #4608BE
Text Example
Text Example
White with #4608BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4608BE; }
p { color: rgb(70,8,190); }
H1.HeaderClassName
{
color: #4608BE;
}
.AnyTagClassName
{
color: #4608BE;
}
</style>
background-color css
<style>
a { background-color: #4608BE; }
a { background-color: rgb(70,8,190); }
div.DivClassName
{
background-color: #4608BE;
}
.BgClassName
{
background-color: #4608BE;
}
</style>
border-color css
<style>
span { border-color: #4608BE; }
span { border-color: rgb(70,8,190); }
td.TdClassName
{
border-color: #4608BE;
}
.TagClassName
{
border-color: #4608BE;
}
</style>