Shades of Purple Heart #3F17CC
Tints of Purple Heart #3F17CC
RGB
CMYK
RGB Variations
Color information
#3F17CC (or 0x3F17CC) is known color: Purple Heart. HEX triplet: 3F, 17 and CC. RGB value is (63,23,204). Sum of RGB (Red+Green+Blue) = 63+23+204=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F17CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F17CC is #C0E833. Grayscale: #363636. Windows color (decimal): -12642356 or 13375295. OLE color: 13375295.
HSL color Cylindrical-coordinate representation of color #3F17CC: hue angle of 253.26º 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 #3F17CC is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 23 | 204 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.2 |
| HSL | 253.26º | 0.8% | 0.45% | - |
| HSV(B) | 253.26º | 0.89% | 0.8% | - |
| XYZ | 13.26 | 6.03 | 57.59 | - |
| YUV | 55.59 | 211.75 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 204 | 0.69 | 0.89 | 0 | 0.2 | 253.26 | 0.8 | 0.45 |
| Hex | 3F | 17 | CC | 45 | 59 | 0 | 14 | FD | 50 | 2D |
| Octal | 77 | 27 | 314 | 105 | 131 | 0 | 24 | 375 | 120 | 55 |
| Binary | 111111 | 10111 | 11001100 | 1000101 | 1011001 | 0 | 10100 | 11111101 | 1010000 | 101101 |
Color Harmonies of #3F17CC
Complementary color
Monochromatic Colors of #3F17CC
Black with #3F17CC
Text Example
Text Example
White with #3F17CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F17CC; }
p { color: rgb(63,23,204); }
H1.HeaderClassName
{
color: #3F17CC;
}
.AnyTagClassName
{
color: #3F17CC;
}
</style>
background-color css
<style>
a { background-color: #3F17CC; }
a { background-color: rgb(63,23,204); }
div.DivClassName
{
background-color: #3F17CC;
}
.BgClassName
{
background-color: #3F17CC;
}
</style>
border-color css
<style>
span { border-color: #3F17CC; }
span { border-color: rgb(63,23,204); }
td.TdClassName
{
border-color: #3F17CC;
}
.TagClassName
{
border-color: #3F17CC;
}
</style>