Shades of Purple Heart #3F15CD
Tints of Purple Heart #3F15CD
RGB
CMYK
RGB Variations
Color information
#3F15CD (or 0x3F15CD) is known color: Purple Heart. HEX triplet: 3F, 15 and CD. RGB value is (63,21,205). Sum of RGB (Red+Green+Blue) = 63+21+205=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F15CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F15CD is #C0EA32. Grayscale: #353535. Windows color (decimal): -12642867 or 13440319. OLE color: 13440319.
HSL color Cylindrical-coordinate representation of color #3F15CD: hue angle of 253.7º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F15CD is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 21 | 205 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.20 |
| HSL | 253.7º | 0.81% | 0.44% | - |
| HSV(B) | 253.7º | 0.9% | 0.8% | - |
| XYZ | 13.34 | 6 | 58.21 | - |
| YUV | 54.53 | 212.91 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 205 | 0.69 | 0.90 | 0 | 0.20 | 253.7 | 0.81 | 0.44 |
| Hex | 3F | 15 | CD | 45 | 5A | 0 | 14 | FE | 51 | 2C |
| Octal | 77 | 25 | 315 | 105 | 132 | 0 | 24 | 376 | 121 | 54 |
| Binary | 111111 | 10101 | 11001101 | 1000101 | 1011010 | 0 | 10100 | 11111110 | 1010001 | 101100 |
Color Harmonies of #3F15CD
Complementary color
Monochromatic Colors of #3F15CD
Black with #3F15CD
Text Example
Text Example
White with #3F15CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F15CD; }
p { color: rgb(63,21,205); }
H1.HeaderClassName
{
color: #3F15CD;
}
.AnyTagClassName
{
color: #3F15CD;
}
</style>
background-color css
<style>
a { background-color: #3F15CD; }
a { background-color: rgb(63,21,205); }
div.DivClassName
{
background-color: #3F15CD;
}
.BgClassName
{
background-color: #3F15CD;
}
</style>
border-color css
<style>
span { border-color: #3F15CD; }
span { border-color: rgb(63,21,205); }
td.TdClassName
{
border-color: #3F15CD;
}
.TagClassName
{
border-color: #3F15CD;
}
</style>