Shades of Purple Heart #3906C2
Tints of Purple Heart #3906C2
RGB
CMYK
RGB Variations
Color information
#3906C2 (or 0x3906C2) is known color: Purple Heart. HEX triplet: 39, 06 and C2. RGB value is (57,6,194). Sum of RGB (Red+Green+Blue) = 57+6+194=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 194 (76.17% from 255 or 75.49% from 257); Max value from RGB is 194 - color contains mainly: blue. Hex color #3906C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3906C2 is #C6F93D. Grayscale: #292929. Windows color (decimal): -13039934 or 12715577. OLE color: 12715577.
HSL color Cylindrical-coordinate representation of color #3906C2: hue angle of 256.28º 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 #3906C2 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 6 | 194 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.24 |
| HSL | 256.28º | 0.94% | 0.39% | - |
| HSV(B) | 256.28º | 0.97% | 0.76% | - |
| XYZ | 11.49 | 4.9 | 51.38 | - |
| YUV | 42.68 | 213.4 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 6 | 194 | 0.71 | 0.97 | 0 | 0.24 | 256.28 | 0.94 | 0.39 |
| Hex | 39 | 6 | C2 | 47 | 61 | 0 | 18 | 100 | 5E | 27 |
| Octal | 71 | 6 | 302 | 107 | 141 | 0 | 30 | 400 | 136 | 47 |
| Binary | 111001 | 110 | 11000010 | 1000111 | 1100001 | 0 | 11000 | 100000000 | 1011110 | 100111 |
Color Harmonies of #3906C2
Complementary color
Monochromatic Colors of #3906C2
Black with #3906C2
Text Example
Text Example
White with #3906C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3906C2; }
p { color: rgb(57,6,194); }
H1.HeaderClassName
{
color: #3906C2;
}
.AnyTagClassName
{
color: #3906C2;
}
</style>
background-color css
<style>
a { background-color: #3906C2; }
a { background-color: rgb(57,6,194); }
div.DivClassName
{
background-color: #3906C2;
}
.BgClassName
{
background-color: #3906C2;
}
</style>
border-color css
<style>
span { border-color: #3906C2; }
span { border-color: rgb(57,6,194); }
td.TdClassName
{
border-color: #3906C2;
}
.TagClassName
{
border-color: #3906C2;
}
</style>