Shades of Purple Heart #3D07BC
Tints of Purple Heart #3D07BC
RGB
CMYK
RGB Variations
Color information
#3D07BC (or 0x3D07BC) is known color: Purple Heart. HEX triplet: 3D, 07 and BC. RGB value is (61,7,188). Sum of RGB (Red+Green+Blue) = 61+7+188=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D07BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D07BC is #C2F843. Grayscale: #2B2B2B. Windows color (decimal): -12777540 or 12322621. OLE color: 12322621.
HSL color Cylindrical-coordinate representation of color #3D07BC: hue angle of 257.9º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D07BC is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 7 | 188 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.26 |
| HSL | 257.9º | 0.93% | 0.38% | - |
| HSV(B) | 257.9º | 0.96% | 0.74% | - |
| XYZ | 11.08 | 4.77 | 47.91 | - |
| YUV | 43.78 | 209.39 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 7 | 188 | 0.68 | 0.96 | 0 | 0.26 | 257.9 | 0.93 | 0.38 |
| Hex | 3D | 7 | BC | 44 | 60 | 0 | 1A | 102 | 5D | 26 |
| Octal | 75 | 7 | 274 | 104 | 140 | 0 | 32 | 402 | 135 | 46 |
| Binary | 111101 | 111 | 10111100 | 1000100 | 1100000 | 0 | 11010 | 100000010 | 1011101 | 100110 |
Color Harmonies of #3D07BC
Complementary color
Monochromatic Colors of #3D07BC
Black with #3D07BC
Text Example
Text Example
White with #3D07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D07BC; }
p { color: rgb(61,7,188); }
H1.HeaderClassName
{
color: #3D07BC;
}
.AnyTagClassName
{
color: #3D07BC;
}
</style>
background-color css
<style>
a { background-color: #3D07BC; }
a { background-color: rgb(61,7,188); }
div.DivClassName
{
background-color: #3D07BC;
}
.BgClassName
{
background-color: #3D07BC;
}
</style>
border-color css
<style>
span { border-color: #3D07BC; }
span { border-color: rgb(61,7,188); }
td.TdClassName
{
border-color: #3D07BC;
}
.TagClassName
{
border-color: #3D07BC;
}
</style>