Shades of Purple Heart #3F16BC
Tints of Purple Heart #3F16BC
RGB
CMYK
RGB Variations
Color information
#3F16BC (or 0x3F16BC) is known color: Purple Heart. HEX triplet: 3F, 16 and BC. RGB value is (63,22,188). Sum of RGB (Red+Green+Blue) = 63+22+188=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F16BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F16BC is #C0E943. Grayscale: #343434. Windows color (decimal): -12642628 or 12326463. OLE color: 12326463.
HSL color Cylindrical-coordinate representation of color #3F16BC: hue angle of 254.82º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F16BC is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 22 | 188 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.26 |
| HSL | 254.82º | 0.79% | 0.41% | - |
| HSV(B) | 254.82º | 0.88% | 0.74% | - |
| XYZ | 11.41 | 5.26 | 47.99 | - |
| YUV | 53.18 | 204.08 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 188 | 0.66 | 0.88 | 0 | 0.26 | 254.82 | 0.79 | 0.41 |
| Hex | 3F | 16 | BC | 42 | 58 | 0 | 1A | FF | 4F | 29 |
| Octal | 77 | 26 | 274 | 102 | 130 | 0 | 32 | 377 | 117 | 51 |
| Binary | 111111 | 10110 | 10111100 | 1000010 | 1011000 | 0 | 11010 | 11111111 | 1001111 | 101001 |
Color Harmonies of #3F16BC
Complementary color
Monochromatic Colors of #3F16BC
Black with #3F16BC
Text Example
Text Example
White with #3F16BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F16BC; }
p { color: rgb(63,22,188); }
H1.HeaderClassName
{
color: #3F16BC;
}
.AnyTagClassName
{
color: #3F16BC;
}
</style>
background-color css
<style>
a { background-color: #3F16BC; }
a { background-color: rgb(63,22,188); }
div.DivClassName
{
background-color: #3F16BC;
}
.BgClassName
{
background-color: #3F16BC;
}
</style>
border-color css
<style>
span { border-color: #3F16BC; }
span { border-color: rgb(63,22,188); }
td.TdClassName
{
border-color: #3F16BC;
}
.TagClassName
{
border-color: #3F16BC;
}
</style>