Shades of Purple Heart #3E06B5
Tints of Purple Heart #3E06B5
RGB
CMYK
RGB Variations
Color information
#3E06B5 (or 0x3E06B5) is known color: Purple Heart. HEX triplet: 3E, 06 and B5. RGB value is (62,6,181). Sum of RGB (Red+Green+Blue) = 62+6+181=249 (32% of max value = 765). Red value is 62 (24.61% from 255 or 24.90% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 181 (71.09% from 255 or 72.69% from 249); Max value from RGB is 181 - color contains mainly: blue. Hex color #3E06B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E06B5 is #C1F94A. Grayscale: #2A2A2A. Windows color (decimal): -12712267 or 11863614. OLE color: 11863614.
HSL color Cylindrical-coordinate representation of color #3E06B5: hue angle of 259.2º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E06B5 is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 62 | 6 | 181 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.29 |
| HSL | 259.2º | 0.94% | 0.37% | - |
| HSV(B) | 259.2º | 0.97% | 0.71% | - |
| XYZ | 10.39 | 4.49 | 44.04 | - |
| YUV | 42.69 | 206.05 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 6 | 181 | 0.66 | 0.97 | 0 | 0.29 | 259.2 | 0.94 | 0.37 |
| Hex | 3E | 6 | B5 | 42 | 61 | 0 | 1D | 103 | 5E | 25 |
| Octal | 76 | 6 | 265 | 102 | 141 | 0 | 35 | 403 | 136 | 45 |
| Binary | 111110 | 110 | 10110101 | 1000010 | 1100001 | 0 | 11101 | 100000011 | 1011110 | 100101 |
Color Harmonies of #3E06B5
Complementary color
Monochromatic Colors of #3E06B5
Black with #3E06B5
Text Example
Text Example
White with #3E06B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E06B5; }
p { color: rgb(62,6,181); }
H1.HeaderClassName
{
color: #3E06B5;
}
.AnyTagClassName
{
color: #3E06B5;
}
</style>
background-color css
<style>
a { background-color: #3E06B5; }
a { background-color: rgb(62,6,181); }
div.DivClassName
{
background-color: #3E06B5;
}
.BgClassName
{
background-color: #3E06B5;
}
</style>
border-color css
<style>
span { border-color: #3E06B5; }
span { border-color: rgb(62,6,181); }
td.TdClassName
{
border-color: #3E06B5;
}
.TagClassName
{
border-color: #3E06B5;
}
</style>