Shades of Purple Heart #3918CC
Tints of Purple Heart #3918CC
RGB
CMYK
RGB Variations
Color information
#3918CC (or 0x3918CC) is known color: Purple Heart. HEX triplet: 39, 18 and CC. RGB value is (57,24,204). Sum of RGB (Red+Green+Blue) = 57+24+204=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #3918CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3918CC is #C6E733. Grayscale: #353535. Windows color (decimal): -13035316 or 13375545. OLE color: 13375545.
HSL color Cylindrical-coordinate representation of color #3918CC: hue angle of 251º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3918CC is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 24 | 204 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.2 |
| HSL | 251º | 0.79% | 0.45% | - |
| HSV(B) | 251º | 0.88% | 0.8% | - |
| XYZ | 12.91 | 5.88 | 57.58 | - |
| YUV | 54.39 | 212.43 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 24 | 204 | 0.72 | 0.88 | 0 | 0.2 | 251 | 0.79 | 0.45 |
| Hex | 39 | 18 | CC | 48 | 58 | 0 | 14 | FB | 4F | 2D |
| Octal | 71 | 30 | 314 | 110 | 130 | 0 | 24 | 373 | 117 | 55 |
| Binary | 111001 | 11000 | 11001100 | 1001000 | 1011000 | 0 | 10100 | 11111011 | 1001111 | 101101 |
Color Harmonies of #3918CC
Complementary color
Monochromatic Colors of #3918CC
Black with #3918CC
Text Example
Text Example
White with #3918CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3918CC; }
p { color: rgb(57,24,204); }
H1.HeaderClassName
{
color: #3918CC;
}
.AnyTagClassName
{
color: #3918CC;
}
</style>
background-color css
<style>
a { background-color: #3918CC; }
a { background-color: rgb(57,24,204); }
div.DivClassName
{
background-color: #3918CC;
}
.BgClassName
{
background-color: #3918CC;
}
</style>
border-color css
<style>
span { border-color: #3918CC; }
span { border-color: rgb(57,24,204); }
td.TdClassName
{
border-color: #3918CC;
}
.TagClassName
{
border-color: #3918CC;
}
</style>