Shades of Purple Heart #3915B3
Tints of Purple Heart #3915B3
RGB
CMYK
RGB Variations
Color information
#3915B3 (or 0x3915B3) is known color: Purple Heart. HEX triplet: 39, 15 and B3. RGB value is (57,21,179). Sum of RGB (Red+Green+Blue) = 57+21+179=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 179 (70.31% from 255 or 69.65% from 257); Max value from RGB is 179 - color contains mainly: blue. Hex color #3915B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3915B3 is #C6EA4C. Grayscale: #313131. Windows color (decimal): -13036109 or 11736377. OLE color: 11736377.
HSL color Cylindrical-coordinate representation of color #3915B3: hue angle of 253.67º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3915B3 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 57 | 21 | 179 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.30 |
| HSL | 253.67º | 0.79% | 0.39% | - |
| HSV(B) | 253.67º | 0.88% | 0.7% | - |
| XYZ | 10.09 | 4.66 | 43.02 | - |
| YUV | 49.78 | 200.93 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 21 | 179 | 0.68 | 0.88 | 0 | 0.30 | 253.67 | 0.79 | 0.39 |
| Hex | 39 | 15 | B3 | 44 | 58 | 0 | 1E | FE | 4F | 27 |
| Octal | 71 | 25 | 263 | 104 | 130 | 0 | 36 | 376 | 117 | 47 |
| Binary | 111001 | 10101 | 10110011 | 1000100 | 1011000 | 0 | 11110 | 11111110 | 1001111 | 100111 |
Color Harmonies of #3915B3
Complementary color
Monochromatic Colors of #3915B3
Black with #3915B3
Text Example
Text Example
White with #3915B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3915B3; }
p { color: rgb(57,21,179); }
H1.HeaderClassName
{
color: #3915B3;
}
.AnyTagClassName
{
color: #3915B3;
}
</style>
background-color css
<style>
a { background-color: #3915B3; }
a { background-color: rgb(57,21,179); }
div.DivClassName
{
background-color: #3915B3;
}
.BgClassName
{
background-color: #3915B3;
}
</style>
border-color css
<style>
span { border-color: #3915B3; }
span { border-color: rgb(57,21,179); }
td.TdClassName
{
border-color: #3915B3;
}
.TagClassName
{
border-color: #3915B3;
}
</style>