Shades of Purple Heart #3F0AC7
Tints of Purple Heart #3F0AC7
RGB
CMYK
RGB Variations
Color information
#3F0AC7 (or 0x3F0AC7) is known color: Purple Heart. HEX triplet: 3F, 0A and C7. RGB value is (63,10,199). Sum of RGB (Red+Green+Blue) = 63+10+199=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 199 (78.12% from 255 or 73.16% from 272); Max value from RGB is 199 - color contains mainly: blue. Hex color #3F0AC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0AC7 is #C0F538. Grayscale: #2E2E2E. Windows color (decimal): -12645689 or 13044287. OLE color: 13044287.
HSL color Cylindrical-coordinate representation of color #3F0AC7: hue angle of 256.83º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0AC7 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 10 | 199 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.22 |
| HSL | 256.83º | 0.9% | 0.41% | - |
| HSV(B) | 256.83º | 0.95% | 0.78% | - |
| XYZ | 12.47 | 5.4 | 54.42 | - |
| YUV | 47.39 | 213.56 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 199 | 0.68 | 0.95 | 0 | 0.22 | 256.83 | 0.9 | 0.41 |
| Hex | 3F | A | C7 | 44 | 5F | 0 | 16 | 101 | 5A | 29 |
| Octal | 77 | 12 | 307 | 104 | 137 | 0 | 26 | 401 | 132 | 51 |
| Binary | 111111 | 1010 | 11000111 | 1000100 | 1011111 | 0 | 10110 | 100000001 | 1011010 | 101001 |
Color Harmonies of #3F0AC7
Complementary color
Monochromatic Colors of #3F0AC7
Black with #3F0AC7
Text Example
Text Example
White with #3F0AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0AC7; }
p { color: rgb(63,10,199); }
H1.HeaderClassName
{
color: #3F0AC7;
}
.AnyTagClassName
{
color: #3F0AC7;
}
</style>
background-color css
<style>
a { background-color: #3F0AC7; }
a { background-color: rgb(63,10,199); }
div.DivClassName
{
background-color: #3F0AC7;
}
.BgClassName
{
background-color: #3F0AC7;
}
</style>
border-color css
<style>
span { border-color: #3F0AC7; }
span { border-color: rgb(63,10,199); }
td.TdClassName
{
border-color: #3F0AC7;
}
.TagClassName
{
border-color: #3F0AC7;
}
</style>