Shades of Purple Heart #3F18AD
Tints of Purple Heart #3F18AD
RGB
CMYK
RGB Variations
Color information
#3F18AD (or 0x3F18AD) is known color: Purple Heart. HEX triplet: 3F, 18 and AD. RGB value is (63,24,173). Sum of RGB (Red+Green+Blue) = 63+24+173=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F18AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F18AD is #C0E752. Grayscale: #343434. Windows color (decimal): -12642131 or 11343935. OLE color: 11343935.
HSL color Cylindrical-coordinate representation of color #3F18AD: hue angle of 255.7º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F18AD is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 24 | 173 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.32 |
| HSL | 255.7º | 0.76% | 0.39% | - |
| HSV(B) | 255.7º | 0.86% | 0.68% | - |
| XYZ | 9.92 | 4.73 | 39.92 | - |
| YUV | 52.65 | 195.92 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 173 | 0.64 | 0.86 | 0 | 0.32 | 255.7 | 0.76 | 0.39 |
| Hex | 3F | 18 | AD | 40 | 56 | 0 | 20 | 100 | 4C | 27 |
| Octal | 77 | 30 | 255 | 100 | 126 | 0 | 40 | 400 | 114 | 47 |
| Binary | 111111 | 11000 | 10101101 | 1000000 | 1010110 | 0 | 100000 | 100000000 | 1001100 | 100111 |
Color Harmonies of #3F18AD
Complementary color
Monochromatic Colors of #3F18AD
Black with #3F18AD
Text Example
Text Example
White with #3F18AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F18AD; }
p { color: rgb(63,24,173); }
H1.HeaderClassName
{
color: #3F18AD;
}
.AnyTagClassName
{
color: #3F18AD;
}
</style>
background-color css
<style>
a { background-color: #3F18AD; }
a { background-color: rgb(63,24,173); }
div.DivClassName
{
background-color: #3F18AD;
}
.BgClassName
{
background-color: #3F18AD;
}
</style>
border-color css
<style>
span { border-color: #3F18AD; }
span { border-color: rgb(63,24,173); }
td.TdClassName
{
border-color: #3F18AD;
}
.TagClassName
{
border-color: #3F18AD;
}
</style>