Shades of Purple Heart #3B07BC
Tints of Purple Heart #3B07BC
RGB
CMYK
RGB Variations
Color information
#3B07BC (or 0x3B07BC) is known color: Purple Heart. HEX triplet: 3B, 07 and BC. RGB value is (59,7,188). Sum of RGB (Red+Green+Blue) = 59+7+188=254 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.23% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B07BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B07BC is #C4F843. Grayscale: #2A2A2A. Windows color (decimal): -12908612 or 12322619. OLE color: 12322619.
HSL color Cylindrical-coordinate representation of color #3B07BC: hue angle of 257.24º 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 #3B07BC is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 7 | 188 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.26 |
| HSL | 257.24º | 0.93% | 0.38% | - |
| HSV(B) | 257.24º | 0.96% | 0.74% | - |
| XYZ | 10.96 | 4.71 | 47.91 | - |
| YUV | 43.18 | 209.73 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 7 | 188 | 0.69 | 0.96 | 0 | 0.26 | 257.24 | 0.93 | 0.38 |
| Hex | 3B | 7 | BC | 45 | 60 | 0 | 1A | 101 | 5D | 26 |
| Octal | 73 | 7 | 274 | 105 | 140 | 0 | 32 | 401 | 135 | 46 |
| Binary | 111011 | 111 | 10111100 | 1000101 | 1100000 | 0 | 11010 | 100000001 | 1011101 | 100110 |
Color Harmonies of #3B07BC
Complementary color
Monochromatic Colors of #3B07BC
Black with #3B07BC
Text Example
Text Example
White with #3B07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B07BC; }
p { color: rgb(59,7,188); }
H1.HeaderClassName
{
color: #3B07BC;
}
.AnyTagClassName
{
color: #3B07BC;
}
</style>
background-color css
<style>
a { background-color: #3B07BC; }
a { background-color: rgb(59,7,188); }
div.DivClassName
{
background-color: #3B07BC;
}
.BgClassName
{
background-color: #3B07BC;
}
</style>
border-color css
<style>
span { border-color: #3B07BC; }
span { border-color: rgb(59,7,188); }
td.TdClassName
{
border-color: #3B07BC;
}
.TagClassName
{
border-color: #3B07BC;
}
</style>