Shades of Purple Heart #4608B5
Tints of Purple Heart #4608B5
RGB
CMYK
RGB Variations
Color information
#4608B5 (or 0x4608B5) is known color: Purple Heart. HEX triplet: 46, 08 and B5. RGB value is (70,8,181). Sum of RGB (Red+Green+Blue) = 70+8+181=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 181 (71.09% from 255 or 69.88% from 259); Max value from RGB is 181 - color contains mainly: blue. Hex color #4608B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4608B5 is #B9F74A. Grayscale: #2D2D2D. Windows color (decimal): -12187467 or 11864134. OLE color: 11864134.
HSL color Cylindrical-coordinate representation of color #4608B5: hue angle of 261.5º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4608B5 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 8 | 181 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.29 |
| HSL | 261.5º | 0.92% | 0.37% | - |
| HSV(B) | 261.5º | 0.96% | 0.71% | - |
| XYZ | 10.95 | 4.81 | 44.07 | - |
| YUV | 46.26 | 204.04 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 8 | 181 | 0.61 | 0.96 | 0 | 0.29 | 261.5 | 0.92 | 0.37 |
| Hex | 46 | 8 | B5 | 3D | 60 | 0 | 1D | 106 | 5C | 25 |
| Octal | 106 | 10 | 265 | 75 | 140 | 0 | 35 | 406 | 134 | 45 |
| Binary | 1000110 | 1000 | 10110101 | 111101 | 1100000 | 0 | 11101 | 100000110 | 1011100 | 100101 |
Color Harmonies of #4608B5
Complementary color
Monochromatic Colors of #4608B5
Black with #4608B5
Text Example
Text Example
White with #4608B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4608B5; }
p { color: rgb(70,8,181); }
H1.HeaderClassName
{
color: #4608B5;
}
.AnyTagClassName
{
color: #4608B5;
}
</style>
background-color css
<style>
a { background-color: #4608B5; }
a { background-color: rgb(70,8,181); }
div.DivClassName
{
background-color: #4608B5;
}
.BgClassName
{
background-color: #4608B5;
}
</style>
border-color css
<style>
span { border-color: #4608B5; }
span { border-color: rgb(70,8,181); }
td.TdClassName
{
border-color: #4608B5;
}
.TagClassName
{
border-color: #4608B5;
}
</style>