Shades of Purple Heart #3F10AD
Tints of Purple Heart #3F10AD
RGB
CMYK
RGB Variations
Color information
#3F10AD (or 0x3F10AD) is known color: Purple Heart. HEX triplet: 3F, 10 and AD. RGB value is (63,16,173). Sum of RGB (Red+Green+Blue) = 63+16+173=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F10AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F10AD is #C0EF52. Grayscale: #2F2F2F. Windows color (decimal): -12644179 or 11341887. OLE color: 11341887.
HSL color Cylindrical-coordinate representation of color #3F10AD: hue angle of 257.96º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F10AD is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 16 | 173 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.32 |
| HSL | 257.96º | 0.83% | 0.37% | - |
| HSV(B) | 257.96º | 0.91% | 0.68% | - |
| XYZ | 9.78 | 4.44 | 39.88 | - |
| YUV | 47.95 | 198.57 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 173 | 0.64 | 0.91 | 0 | 0.32 | 257.96 | 0.83 | 0.37 |
| Hex | 3F | 10 | AD | 40 | 5B | 0 | 20 | 102 | 53 | 25 |
| Octal | 77 | 20 | 255 | 100 | 133 | 0 | 40 | 402 | 123 | 45 |
| Binary | 111111 | 10000 | 10101101 | 1000000 | 1011011 | 0 | 100000 | 100000010 | 1010011 | 100101 |
Color Harmonies of #3F10AD
Complementary color
Monochromatic Colors of #3F10AD
Black with #3F10AD
Text Example
Text Example
White with #3F10AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F10AD; }
p { color: rgb(63,16,173); }
H1.HeaderClassName
{
color: #3F10AD;
}
.AnyTagClassName
{
color: #3F10AD;
}
</style>
background-color css
<style>
a { background-color: #3F10AD; }
a { background-color: rgb(63,16,173); }
div.DivClassName
{
background-color: #3F10AD;
}
.BgClassName
{
background-color: #3F10AD;
}
</style>
border-color css
<style>
span { border-color: #3F10AD; }
span { border-color: rgb(63,16,173); }
td.TdClassName
{
border-color: #3F10AD;
}
.TagClassName
{
border-color: #3F10AD;
}
</style>