Shades of Purple Heart #4907BE
Tints of Purple Heart #4907BE
RGB
CMYK
RGB Variations
Color information
#4907BE (or 0x4907BE) is known color: Purple Heart. HEX triplet: 49, 07 and BE. RGB value is (73,7,190). Sum of RGB (Red+Green+Blue) = 73+7+190=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #4907BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4907BE is #B6F841. Grayscale: #2E2E2E. Windows color (decimal): -11991106 or 12453705. OLE color: 12453705.
HSL color Cylindrical-coordinate representation of color #4907BE: hue angle of 261.64º degrees, saturation: 0.93, 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 #4907BE is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 7 | 190 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.25 |
| HSL | 261.64º | 0.93% | 0.39% | - |
| HSV(B) | 261.64º | 0.96% | 0.75% | - |
| XYZ | 12.12 | 5.29 | 49.1 | - |
| YUV | 47.6 | 208.37 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 190 | 0.62 | 0.96 | 0 | 0.25 | 261.64 | 0.93 | 0.39 |
| Hex | 49 | 7 | BE | 3E | 60 | 0 | 19 | 106 | 5D | 27 |
| Octal | 111 | 7 | 276 | 76 | 140 | 0 | 31 | 406 | 135 | 47 |
| Binary | 1001001 | 111 | 10111110 | 111110 | 1100000 | 0 | 11001 | 100000110 | 1011101 | 100111 |
Color Harmonies of #4907BE
Complementary color
Monochromatic Colors of #4907BE
Black with #4907BE
Text Example
Text Example
White with #4907BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4907BE; }
p { color: rgb(73,7,190); }
H1.HeaderClassName
{
color: #4907BE;
}
.AnyTagClassName
{
color: #4907BE;
}
</style>
background-color css
<style>
a { background-color: #4907BE; }
a { background-color: rgb(73,7,190); }
div.DivClassName
{
background-color: #4907BE;
}
.BgClassName
{
background-color: #4907BE;
}
</style>
border-color css
<style>
span { border-color: #4907BE; }
span { border-color: rgb(73,7,190); }
td.TdClassName
{
border-color: #4907BE;
}
.TagClassName
{
border-color: #4907BE;
}
</style>