Shades of Purple Heart #3F13B6
Tints of Purple Heart #3F13B6
RGB
CMYK
RGB Variations
Color information
#3F13B6 (or 0x3F13B6) is known color: Purple Heart. HEX triplet: 3F, 13 and B6. RGB value is (63,19,182). Sum of RGB (Red+Green+Blue) = 63+19+182=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 182 (71.48% from 255 or 68.94% from 264); Max value from RGB is 182 - color contains mainly: blue. Hex color #3F13B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F13B6 is #C0EC49. Grayscale: #323232. Windows color (decimal): -12643402 or 11932479. OLE color: 11932479.
HSL color Cylindrical-coordinate representation of color #3F13B6: hue angle of 256.2º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F13B6 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 19 | 182 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.29 |
| HSL | 256.2º | 0.81% | 0.39% | - |
| HSV(B) | 256.2º | 0.9% | 0.71% | - |
| XYZ | 10.73 | 4.9 | 44.64 | - |
| YUV | 50.74 | 202.08 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 182 | 0.65 | 0.90 | 0 | 0.29 | 256.2 | 0.81 | 0.39 |
| Hex | 3F | 13 | B6 | 41 | 5A | 0 | 1D | 100 | 51 | 27 |
| Octal | 77 | 23 | 266 | 101 | 132 | 0 | 35 | 400 | 121 | 47 |
| Binary | 111111 | 10011 | 10110110 | 1000001 | 1011010 | 0 | 11101 | 100000000 | 1010001 | 100111 |
Color Harmonies of #3F13B6
Complementary color
Monochromatic Colors of #3F13B6
Black with #3F13B6
Text Example
Text Example
White with #3F13B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F13B6; }
p { color: rgb(63,19,182); }
H1.HeaderClassName
{
color: #3F13B6;
}
.AnyTagClassName
{
color: #3F13B6;
}
</style>
background-color css
<style>
a { background-color: #3F13B6; }
a { background-color: rgb(63,19,182); }
div.DivClassName
{
background-color: #3F13B6;
}
.BgClassName
{
background-color: #3F13B6;
}
</style>
border-color css
<style>
span { border-color: #3F13B6; }
span { border-color: rgb(63,19,182); }
td.TdClassName
{
border-color: #3F13B6;
}
.TagClassName
{
border-color: #3F13B6;
}
</style>