Shades of Purple Heart #3F17BB
Tints of Purple Heart #3F17BB
RGB
CMYK
RGB Variations
Color information
#3F17BB (or 0x3F17BB) is known color: Purple Heart. HEX triplet: 3F, 17 and BB. RGB value is (63,23,187). Sum of RGB (Red+Green+Blue) = 63+23+187=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F17BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F17BB is #C0E844. Grayscale: #353535. Windows color (decimal): -12642373 or 12261183. OLE color: 12261183.
HSL color Cylindrical-coordinate representation of color #3F17BB: hue angle of 254.63º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F17BB is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 23 | 187 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.27 |
| HSL | 254.63º | 0.78% | 0.41% | - |
| HSV(B) | 254.63º | 0.88% | 0.73% | - |
| XYZ | 11.33 | 5.26 | 47.43 | - |
| YUV | 53.66 | 203.25 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 187 | 0.66 | 0.88 | 0 | 0.27 | 254.63 | 0.78 | 0.41 |
| Hex | 3F | 17 | BB | 42 | 58 | 0 | 1B | FF | 4E | 29 |
| Octal | 77 | 27 | 273 | 102 | 130 | 0 | 33 | 377 | 116 | 51 |
| Binary | 111111 | 10111 | 10111011 | 1000010 | 1011000 | 0 | 11011 | 11111111 | 1001110 | 101001 |
Color Harmonies of #3F17BB
Complementary color
Monochromatic Colors of #3F17BB
Black with #3F17BB
Text Example
Text Example
White with #3F17BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F17BB; }
p { color: rgb(63,23,187); }
H1.HeaderClassName
{
color: #3F17BB;
}
.AnyTagClassName
{
color: #3F17BB;
}
</style>
background-color css
<style>
a { background-color: #3F17BB; }
a { background-color: rgb(63,23,187); }
div.DivClassName
{
background-color: #3F17BB;
}
.BgClassName
{
background-color: #3F17BB;
}
</style>
border-color css
<style>
span { border-color: #3F17BB; }
span { border-color: rgb(63,23,187); }
td.TdClassName
{
border-color: #3F17BB;
}
.TagClassName
{
border-color: #3F17BB;
}
</style>