Shades of Purple Heart #4908BE
Tints of Purple Heart #4908BE
RGB
CMYK
RGB Variations
Color information
#4908BE (or 0x4908BE) is known color: Purple Heart. HEX triplet: 49, 08 and BE. RGB value is (73,8,190). Sum of RGB (Red+Green+Blue) = 73+8+190=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 190 (74.61% from 255 or 70.11% from 271); Max value from RGB is 190 - color contains mainly: blue. Hex color #4908BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4908BE is #B6F741. Grayscale: #2F2F2F. Windows color (decimal): -11990850 or 12453961. OLE color: 12453961.
HSL color Cylindrical-coordinate representation of color #4908BE: hue angle of 261.43º 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 #4908BE is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 8 | 190 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.25 |
| HSL | 261.43º | 0.92% | 0.39% | - |
| HSV(B) | 261.43º | 0.96% | 0.75% | - |
| XYZ | 12.13 | 5.31 | 49.1 | - |
| YUV | 48.18 | 208.03 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 190 | 0.62 | 0.96 | 0 | 0.25 | 261.43 | 0.92 | 0.39 |
| Hex | 49 | 8 | BE | 3E | 60 | 0 | 19 | 105 | 5C | 27 |
| Octal | 111 | 10 | 276 | 76 | 140 | 0 | 31 | 405 | 134 | 47 |
| Binary | 1001001 | 1000 | 10111110 | 111110 | 1100000 | 0 | 11001 | 100000101 | 1011100 | 100111 |
Color Harmonies of #4908BE
Complementary color
Monochromatic Colors of #4908BE
Black with #4908BE
Text Example
Text Example
White with #4908BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4908BE; }
p { color: rgb(73,8,190); }
H1.HeaderClassName
{
color: #4908BE;
}
.AnyTagClassName
{
color: #4908BE;
}
</style>
background-color css
<style>
a { background-color: #4908BE; }
a { background-color: rgb(73,8,190); }
div.DivClassName
{
background-color: #4908BE;
}
.BgClassName
{
background-color: #4908BE;
}
</style>
border-color css
<style>
span { border-color: #4908BE; }
span { border-color: rgb(73,8,190); }
td.TdClassName
{
border-color: #4908BE;
}
.TagClassName
{
border-color: #4908BE;
}
</style>