Shades of Purple Heart #3918B1
Tints of Purple Heart #3918B1
RGB
CMYK
RGB Variations
Color information
#3918B1 (or 0x3918B1) is known color: Purple Heart. HEX triplet: 39, 18 and B1. RGB value is (57,24,177). Sum of RGB (Red+Green+Blue) = 57+24+177=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 177 (69.53% from 255 or 68.60% from 258); Max value from RGB is 177 - color contains mainly: blue. Hex color #3918B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3918B1 is #C6E74E. Grayscale: #323232. Windows color (decimal): -13035343 or 11606073. OLE color: 11606073.
HSL color Cylindrical-coordinate representation of color #3918B1: hue angle of 252.94º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3918B1 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 24 | 177 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.31 |
| HSL | 252.94º | 0.76% | 0.39% | - |
| HSV(B) | 252.94º | 0.86% | 0.69% | - |
| XYZ | 9.95 | 4.7 | 41.98 | - |
| YUV | 51.31 | 198.93 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 24 | 177 | 0.68 | 0.86 | 0 | 0.31 | 252.94 | 0.76 | 0.39 |
| Hex | 39 | 18 | B1 | 44 | 56 | 0 | 1F | FD | 4C | 27 |
| Octal | 71 | 30 | 261 | 104 | 126 | 0 | 37 | 375 | 114 | 47 |
| Binary | 111001 | 11000 | 10110001 | 1000100 | 1010110 | 0 | 11111 | 11111101 | 1001100 | 100111 |
Color Harmonies of #3918B1
Complementary color
Monochromatic Colors of #3918B1
Black with #3918B1
Text Example
Text Example
White with #3918B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3918B1; }
p { color: rgb(57,24,177); }
H1.HeaderClassName
{
color: #3918B1;
}
.AnyTagClassName
{
color: #3918B1;
}
</style>
background-color css
<style>
a { background-color: #3918B1; }
a { background-color: rgb(57,24,177); }
div.DivClassName
{
background-color: #3918B1;
}
.BgClassName
{
background-color: #3918B1;
}
</style>
border-color css
<style>
span { border-color: #3918B1; }
span { border-color: rgb(57,24,177); }
td.TdClassName
{
border-color: #3918B1;
}
.TagClassName
{
border-color: #3918B1;
}
</style>