Shades of Purple Heart #3F0ABB
Tints of Purple Heart #3F0ABB
RGB
CMYK
RGB Variations
Color information
#3F0ABB (or 0x3F0ABB) is known color: Purple Heart. HEX triplet: 3F, 0A and BB. RGB value is (63,10,187). Sum of RGB (Red+Green+Blue) = 63+10+187=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 187 (73.44% from 255 or 71.92% from 260); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F0ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0ABB is #C0F544. Grayscale: #2D2D2D. Windows color (decimal): -12645701 or 12257855. OLE color: 12257855.
HSL color Cylindrical-coordinate representation of color #3F0ABB: hue angle of 257.97º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0ABB is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 10 | 187 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.27 |
| HSL | 257.97º | 0.9% | 0.39% | - |
| HSV(B) | 257.97º | 0.95% | 0.73% | - |
| XYZ | 11.13 | 4.86 | 47.37 | - |
| YUV | 46.03 | 207.56 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 187 | 0.66 | 0.95 | 0 | 0.27 | 257.97 | 0.9 | 0.39 |
| Hex | 3F | A | BB | 42 | 5F | 0 | 1B | 102 | 5A | 27 |
| Octal | 77 | 12 | 273 | 102 | 137 | 0 | 33 | 402 | 132 | 47 |
| Binary | 111111 | 1010 | 10111011 | 1000010 | 1011111 | 0 | 11011 | 100000010 | 1011010 | 100111 |
Color Harmonies of #3F0ABB
Complementary color
Monochromatic Colors of #3F0ABB
Black with #3F0ABB
Text Example
Text Example
White with #3F0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0ABB; }
p { color: rgb(63,10,187); }
H1.HeaderClassName
{
color: #3F0ABB;
}
.AnyTagClassName
{
color: #3F0ABB;
}
</style>
background-color css
<style>
a { background-color: #3F0ABB; }
a { background-color: rgb(63,10,187); }
div.DivClassName
{
background-color: #3F0ABB;
}
.BgClassName
{
background-color: #3F0ABB;
}
</style>
border-color css
<style>
span { border-color: #3F0ABB; }
span { border-color: rgb(63,10,187); }
td.TdClassName
{
border-color: #3F0ABB;
}
.TagClassName
{
border-color: #3F0ABB;
}
</style>