Shades of Purple Heart #3B17BC
Tints of Purple Heart #3B17BC
RGB
CMYK
RGB Variations
Color information
#3B17BC (or 0x3B17BC) is known color: Purple Heart. HEX triplet: 3B, 17 and BC. RGB value is (59,23,188). Sum of RGB (Red+Green+Blue) = 59+23+188=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B17BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B17BC is #C4E843. Grayscale: #333333. Windows color (decimal): -12904516 or 12326715. OLE color: 12326715.
HSL color Cylindrical-coordinate representation of color #3B17BC: hue angle of 253.09º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B17BC is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 23 | 188 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.26 |
| HSL | 253.09º | 0.78% | 0.41% | - |
| HSV(B) | 253.09º | 0.88% | 0.74% | - |
| XYZ | 11.19 | 5.17 | 47.99 | - |
| YUV | 52.57 | 204.43 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 188 | 0.69 | 0.88 | 0 | 0.26 | 253.09 | 0.78 | 0.41 |
| Hex | 3B | 17 | BC | 45 | 58 | 0 | 1A | FD | 4E | 29 |
| Octal | 73 | 27 | 274 | 105 | 130 | 0 | 32 | 375 | 116 | 51 |
| Binary | 111011 | 10111 | 10111100 | 1000101 | 1011000 | 0 | 11010 | 11111101 | 1001110 | 101001 |
Color Harmonies of #3B17BC
Complementary color
Monochromatic Colors of #3B17BC
Black with #3B17BC
Text Example
Text Example
White with #3B17BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B17BC; }
p { color: rgb(59,23,188); }
H1.HeaderClassName
{
color: #3B17BC;
}
.AnyTagClassName
{
color: #3B17BC;
}
</style>
background-color css
<style>
a { background-color: #3B17BC; }
a { background-color: rgb(59,23,188); }
div.DivClassName
{
background-color: #3B17BC;
}
.BgClassName
{
background-color: #3B17BC;
}
</style>
border-color css
<style>
span { border-color: #3B17BC; }
span { border-color: rgb(59,23,188); }
td.TdClassName
{
border-color: #3B17BC;
}
.TagClassName
{
border-color: #3B17BC;
}
</style>