Shades of Purple Heart #3915C9
Tints of Purple Heart #3915C9
RGB
CMYK
RGB Variations
Color information
#3915C9 (or 0x3915C9) is known color: Purple Heart. HEX triplet: 39, 15 and C9. RGB value is (57,21,201). Sum of RGB (Red+Green+Blue) = 57+21+201=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 201 (78.91% from 255 or 72.04% from 279); Max value from RGB is 201 - color contains mainly: blue. Hex color #3915C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3915C9 is #C6EA36. Grayscale: #333333. Windows color (decimal): -13036087 or 13178169. OLE color: 13178169.
HSL color Cylindrical-coordinate representation of color #3915C9: hue angle of 252º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3915C9 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 21 | 201 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.21 |
| HSL | 252º | 0.81% | 0.44% | - |
| HSV(B) | 252º | 0.9% | 0.79% | - |
| XYZ | 12.5 | 5.62 | 55.69 | - |
| YUV | 52.28 | 211.93 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 21 | 201 | 0.72 | 0.90 | 0 | 0.21 | 252 | 0.81 | 0.44 |
| Hex | 39 | 15 | C9 | 48 | 5A | 0 | 15 | FC | 51 | 2C |
| Octal | 71 | 25 | 311 | 110 | 132 | 0 | 25 | 374 | 121 | 54 |
| Binary | 111001 | 10101 | 11001001 | 1001000 | 1011010 | 0 | 10101 | 11111100 | 1010001 | 101100 |
Color Harmonies of #3915C9
Complementary color
Monochromatic Colors of #3915C9
Black with #3915C9
Text Example
Text Example
White with #3915C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3915C9; }
p { color: rgb(57,21,201); }
H1.HeaderClassName
{
color: #3915C9;
}
.AnyTagClassName
{
color: #3915C9;
}
</style>
background-color css
<style>
a { background-color: #3915C9; }
a { background-color: rgb(57,21,201); }
div.DivClassName
{
background-color: #3915C9;
}
.BgClassName
{
background-color: #3915C9;
}
</style>
border-color css
<style>
span { border-color: #3915C9; }
span { border-color: rgb(57,21,201); }
td.TdClassName
{
border-color: #3915C9;
}
.TagClassName
{
border-color: #3915C9;
}
</style>