Shades of Purple Heart #3D06BD
Tints of Purple Heart #3D06BD
RGB
CMYK
RGB Variations
Color information
#3D06BD (or 0x3D06BD) is known color: Purple Heart. HEX triplet: 3D, 06 and BD. RGB value is (61,6,189). Sum of RGB (Red+Green+Blue) = 61+6+189=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 189 (74.22% from 255 or 73.83% from 256); Max value from RGB is 189 - color contains mainly: blue. Hex color #3D06BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D06BD is #C2F942. Grayscale: #2A2A2A. Windows color (decimal): -12777795 or 12387901. OLE color: 12387901.
HSL color Cylindrical-coordinate representation of color #3D06BD: hue angle of 258.03º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D06BD is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 6 | 189 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.26 |
| HSL | 258.03º | 0.94% | 0.38% | - |
| HSV(B) | 258.03º | 0.97% | 0.74% | - |
| XYZ | 11.17 | 4.8 | 48.48 | - |
| YUV | 43.31 | 210.22 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 6 | 189 | 0.68 | 0.97 | 0 | 0.26 | 258.03 | 0.94 | 0.38 |
| Hex | 3D | 6 | BD | 44 | 61 | 0 | 1A | 102 | 5E | 26 |
| Octal | 75 | 6 | 275 | 104 | 141 | 0 | 32 | 402 | 136 | 46 |
| Binary | 111101 | 110 | 10111101 | 1000100 | 1100001 | 0 | 11010 | 100000010 | 1011110 | 100110 |
Color Harmonies of #3D06BD
Complementary color
Monochromatic Colors of #3D06BD
Black with #3D06BD
Text Example
Text Example
White with #3D06BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D06BD; }
p { color: rgb(61,6,189); }
H1.HeaderClassName
{
color: #3D06BD;
}
.AnyTagClassName
{
color: #3D06BD;
}
</style>
background-color css
<style>
a { background-color: #3D06BD; }
a { background-color: rgb(61,6,189); }
div.DivClassName
{
background-color: #3D06BD;
}
.BgClassName
{
background-color: #3D06BD;
}
</style>
border-color css
<style>
span { border-color: #3D06BD; }
span { border-color: rgb(61,6,189); }
td.TdClassName
{
border-color: #3D06BD;
}
.TagClassName
{
border-color: #3D06BD;
}
</style>