Shades of Purple Heart #4F08BC
Tints of Purple Heart #4F08BC
RGB
CMYK
RGB Variations
Color information
#4F08BC (or 0x4F08BC) is known color: Purple Heart. HEX triplet: 4F, 08 and BC. RGB value is (79,8,188). Sum of RGB (Red+Green+Blue) = 79+8+188=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F08BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F08BC is #B0F743. Grayscale: #313131. Windows color (decimal): -11597636 or 12322895. OLE color: 12322895.
HSL color Cylindrical-coordinate representation of color #4F08BC: hue angle of 263.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F08BC is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 8 | 188 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.26 |
| HSL | 263.67º | 0.92% | 0.38% | - |
| HSV(B) | 263.67º | 0.96% | 0.74% | - |
| XYZ | 12.39 | 5.47 | 47.98 | - |
| YUV | 49.75 | 206.02 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 188 | 0.58 | 0.96 | 0 | 0.26 | 263.67 | 0.92 | 0.38 |
| Hex | 4F | 8 | BC | 3A | 60 | 0 | 1A | 108 | 5C | 26 |
| Octal | 117 | 10 | 274 | 72 | 140 | 0 | 32 | 410 | 134 | 46 |
| Binary | 1001111 | 1000 | 10111100 | 111010 | 1100000 | 0 | 11010 | 100001000 | 1011100 | 100110 |
Color Harmonies of #4F08BC
Complementary color
Monochromatic Colors of #4F08BC
Black with #4F08BC
Text Example
Text Example
White with #4F08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F08BC; }
p { color: rgb(79,8,188); }
H1.HeaderClassName
{
color: #4F08BC;
}
.AnyTagClassName
{
color: #4F08BC;
}
</style>
background-color css
<style>
a { background-color: #4F08BC; }
a { background-color: rgb(79,8,188); }
div.DivClassName
{
background-color: #4F08BC;
}
.BgClassName
{
background-color: #4F08BC;
}
</style>
border-color css
<style>
span { border-color: #4F08BC; }
span { border-color: rgb(79,8,188); }
td.TdClassName
{
border-color: #4F08BC;
}
.TagClassName
{
border-color: #4F08BC;
}
</style>