Shades of Purple Heart #4827BF
Tints of Purple Heart #4827BF
RGB
CMYK
RGB Variations
Color information
#4827BF (or 0x4827BF) is known color: Purple Heart. HEX triplet: 48, 27 and BF. RGB value is (72,39,191). Sum of RGB (Red+Green+Blue) = 72+39+191=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #4827BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4827BF is #B7D840. Grayscale: #414141. Windows color (decimal): -12048449 or 12527432. OLE color: 12527432.
HSL color Cylindrical-coordinate representation of color #4827BF: hue angle of 253.03º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4827BF is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 39 | 191 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.25 |
| HSL | 253.03º | 0.66% | 0.45% | - |
| HSV(B) | 253.03º | 0.8% | 0.75% | - |
| XYZ | 12.8 | 6.59 | 49.89 | - |
| YUV | 66.2 | 198.43 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 39 | 191 | 0.62 | 0.80 | 0 | 0.25 | 253.03 | 0.66 | 0.45 |
| Hex | 48 | 27 | BF | 3E | 50 | 0 | 19 | FD | 42 | 2D |
| Octal | 110 | 47 | 277 | 76 | 120 | 0 | 31 | 375 | 102 | 55 |
| Binary | 1001000 | 100111 | 10111111 | 111110 | 1010000 | 0 | 11001 | 11111101 | 1000010 | 101101 |
Color Harmonies of #4827BF
Complementary color
Monochromatic Colors of #4827BF
Black with #4827BF
Text Example
Text Example
White with #4827BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4827BF; }
p { color: rgb(72,39,191); }
H1.HeaderClassName
{
color: #4827BF;
}
.AnyTagClassName
{
color: #4827BF;
}
</style>
background-color css
<style>
a { background-color: #4827BF; }
a { background-color: rgb(72,39,191); }
div.DivClassName
{
background-color: #4827BF;
}
.BgClassName
{
background-color: #4827BF;
}
</style>
border-color css
<style>
span { border-color: #4827BF; }
span { border-color: rgb(72,39,191); }
td.TdClassName
{
border-color: #4827BF;
}
.TagClassName
{
border-color: #4827BF;
}
</style>