Shades of Purple Heart #3906C1
Tints of Purple Heart #3906C1
RGB
CMYK
RGB Variations
Color information
#3906C1 (or 0x3906C1) is known color: Purple Heart. HEX triplet: 39, 06 and C1. RGB value is (57,6,193). Sum of RGB (Red+Green+Blue) = 57+6+193=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 193 (75.78% from 255 or 75.39% from 256); Max value from RGB is 193 - color contains mainly: blue. Hex color #3906C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3906C1 is #C6F93E. Grayscale: #292929. Windows color (decimal): -13039935 or 12650041. OLE color: 12650041.
HSL color Cylindrical-coordinate representation of color #3906C1: hue angle of 256.36º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3906C1 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 6 | 193 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.24 |
| HSL | 256.36º | 0.94% | 0.39% | - |
| HSV(B) | 256.36º | 0.97% | 0.76% | - |
| XYZ | 11.38 | 4.85 | 50.79 | - |
| YUV | 42.57 | 212.9 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 6 | 193 | 0.70 | 0.97 | 0 | 0.24 | 256.36 | 0.94 | 0.39 |
| Hex | 39 | 6 | C1 | 46 | 61 | 0 | 18 | 100 | 5E | 27 |
| Octal | 71 | 6 | 301 | 106 | 141 | 0 | 30 | 400 | 136 | 47 |
| Binary | 111001 | 110 | 11000001 | 1000110 | 1100001 | 0 | 11000 | 100000000 | 1011110 | 100111 |
Color Harmonies of #3906C1
Complementary color
Monochromatic Colors of #3906C1
Black with #3906C1
Text Example
Text Example
White with #3906C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3906C1; }
p { color: rgb(57,6,193); }
H1.HeaderClassName
{
color: #3906C1;
}
.AnyTagClassName
{
color: #3906C1;
}
</style>
background-color css
<style>
a { background-color: #3906C1; }
a { background-color: rgb(57,6,193); }
div.DivClassName
{
background-color: #3906C1;
}
.BgClassName
{
background-color: #3906C1;
}
</style>
border-color css
<style>
span { border-color: #3906C1; }
span { border-color: rgb(57,6,193); }
td.TdClassName
{
border-color: #3906C1;
}
.TagClassName
{
border-color: #3906C1;
}
</style>