Shades of Purple Heart #3F0ABF
Tints of Purple Heart #3F0ABF
RGB
CMYK
RGB Variations
Color information
#3F0ABF (or 0x3F0ABF) is known color: Purple Heart. HEX triplet: 3F, 0A and BF. RGB value is (63,10,191). Sum of RGB (Red+Green+Blue) = 63+10+191=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 191 (75% from 255 or 72.35% from 264); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F0ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0ABF is #C0F540. Grayscale: #2D2D2D. Windows color (decimal): -12645697 or 12519999. OLE color: 12519999.
HSL color Cylindrical-coordinate representation of color #3F0ABF: hue angle of 257.57º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0ABF is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 10 | 191 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.25 |
| HSL | 257.57º | 0.9% | 0.39% | - |
| HSV(B) | 257.57º | 0.95% | 0.75% | - |
| XYZ | 11.56 | 5.04 | 49.65 | - |
| YUV | 46.48 | 209.56 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 191 | 0.67 | 0.95 | 0 | 0.25 | 257.57 | 0.9 | 0.39 |
| Hex | 3F | A | BF | 43 | 5F | 0 | 19 | 102 | 5A | 27 |
| Octal | 77 | 12 | 277 | 103 | 137 | 0 | 31 | 402 | 132 | 47 |
| Binary | 111111 | 1010 | 10111111 | 1000011 | 1011111 | 0 | 11001 | 100000010 | 1011010 | 100111 |
Color Harmonies of #3F0ABF
Complementary color
Monochromatic Colors of #3F0ABF
Black with #3F0ABF
Text Example
Text Example
White with #3F0ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0ABF; }
p { color: rgb(63,10,191); }
H1.HeaderClassName
{
color: #3F0ABF;
}
.AnyTagClassName
{
color: #3F0ABF;
}
</style>
background-color css
<style>
a { background-color: #3F0ABF; }
a { background-color: rgb(63,10,191); }
div.DivClassName
{
background-color: #3F0ABF;
}
.BgClassName
{
background-color: #3F0ABF;
}
</style>
border-color css
<style>
span { border-color: #3F0ABF; }
span { border-color: rgb(63,10,191); }
td.TdClassName
{
border-color: #3F0ABF;
}
.TagClassName
{
border-color: #3F0ABF;
}
</style>