Shades of Purple Heart #4807BF
Tints of Purple Heart #4807BF
RGB
CMYK
RGB Variations
Color information
#4807BF (or 0x4807BF) is known color: Purple Heart. HEX triplet: 48, 07 and BF. RGB value is (72,7,191). Sum of RGB (Red+Green+Blue) = 72+7+191=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #4807BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4807BF is #B7F840. Grayscale: #2E2E2E. Windows color (decimal): -12056641 or 12519240. OLE color: 12519240.
HSL color Cylindrical-coordinate representation of color #4807BF: hue angle of 261.2º 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 #4807BF is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 7 | 191 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.25 |
| HSL | 261.2º | 0.93% | 0.39% | - |
| HSV(B) | 261.2º | 0.96% | 0.75% | - |
| XYZ | 12.15 | 5.29 | 49.67 | - |
| YUV | 47.41 | 209.03 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 7 | 191 | 0.62 | 0.96 | 0 | 0.25 | 261.2 | 0.93 | 0.39 |
| Hex | 48 | 7 | BF | 3E | 60 | 0 | 19 | 105 | 5D | 27 |
| Octal | 110 | 7 | 277 | 76 | 140 | 0 | 31 | 405 | 135 | 47 |
| Binary | 1001000 | 111 | 10111111 | 111110 | 1100000 | 0 | 11001 | 100000101 | 1011101 | 100111 |
Color Harmonies of #4807BF
Complementary color
Monochromatic Colors of #4807BF
Black with #4807BF
Text Example
Text Example
White with #4807BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4807BF; }
p { color: rgb(72,7,191); }
H1.HeaderClassName
{
color: #4807BF;
}
.AnyTagClassName
{
color: #4807BF;
}
</style>
background-color css
<style>
a { background-color: #4807BF; }
a { background-color: rgb(72,7,191); }
div.DivClassName
{
background-color: #4807BF;
}
.BgClassName
{
background-color: #4807BF;
}
</style>
border-color css
<style>
span { border-color: #4807BF; }
span { border-color: rgb(72,7,191); }
td.TdClassName
{
border-color: #4807BF;
}
.TagClassName
{
border-color: #4807BF;
}
</style>