Shades of Purple Heart #3F17CD
Tints of Purple Heart #3F17CD
RGB
CMYK
RGB Variations
Color information
#3F17CD (or 0x3F17CD) is known color: Purple Heart. HEX triplet: 3F, 17 and CD. RGB value is (63,23,205). Sum of RGB (Red+Green+Blue) = 63+23+205=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F17CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F17CD is #C0E832. Grayscale: #373737. Windows color (decimal): -12642355 or 13440831. OLE color: 13440831.
HSL color Cylindrical-coordinate representation of color #3F17CD: hue angle of 253.19º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F17CD is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 23 | 205 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.20 |
| HSL | 253.19º | 0.8% | 0.45% | - |
| HSV(B) | 253.19º | 0.89% | 0.8% | - |
| XYZ | 13.38 | 6.08 | 58.23 | - |
| YUV | 55.71 | 212.25 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 205 | 0.69 | 0.89 | 0 | 0.20 | 253.19 | 0.8 | 0.45 |
| Hex | 3F | 17 | CD | 45 | 59 | 0 | 14 | FD | 50 | 2D |
| Octal | 77 | 27 | 315 | 105 | 131 | 0 | 24 | 375 | 120 | 55 |
| Binary | 111111 | 10111 | 11001101 | 1000101 | 1011001 | 0 | 10100 | 11111101 | 1010000 | 101101 |
Color Harmonies of #3F17CD
Complementary color
Monochromatic Colors of #3F17CD
Black with #3F17CD
Text Example
Text Example
White with #3F17CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F17CD; }
p { color: rgb(63,23,205); }
H1.HeaderClassName
{
color: #3F17CD;
}
.AnyTagClassName
{
color: #3F17CD;
}
</style>
background-color css
<style>
a { background-color: #3F17CD; }
a { background-color: rgb(63,23,205); }
div.DivClassName
{
background-color: #3F17CD;
}
.BgClassName
{
background-color: #3F17CD;
}
</style>
border-color css
<style>
span { border-color: #3F17CD; }
span { border-color: rgb(63,23,205); }
td.TdClassName
{
border-color: #3F17CD;
}
.TagClassName
{
border-color: #3F17CD;
}
</style>