Shades of Purple Heart #3A17BC
Tints of Purple Heart #3A17BC
RGB
CMYK
RGB Variations
Color information
#3A17BC (or 0x3A17BC) is known color: Purple Heart. HEX triplet: 3A, 17 and BC. RGB value is (58,23,188). Sum of RGB (Red+Green+Blue) = 58+23+188=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A17BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A17BC is #C5E843. Grayscale: #333333. Windows color (decimal): -12970052 or 12326714. OLE color: 12326714.
HSL color Cylindrical-coordinate representation of color #3A17BC: hue angle of 252.73º 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 #3A17BC is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 23 | 188 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.26 |
| HSL | 252.73º | 0.78% | 0.41% | - |
| HSV(B) | 252.73º | 0.88% | 0.74% | - |
| XYZ | 11.13 | 5.14 | 47.98 | - |
| YUV | 52.28 | 204.6 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 188 | 0.69 | 0.88 | 0 | 0.26 | 252.73 | 0.78 | 0.41 |
| Hex | 3A | 17 | BC | 45 | 58 | 0 | 1A | FD | 4E | 29 |
| Octal | 72 | 27 | 274 | 105 | 130 | 0 | 32 | 375 | 116 | 51 |
| Binary | 111010 | 10111 | 10111100 | 1000101 | 1011000 | 0 | 11010 | 11111101 | 1001110 | 101001 |
Color Harmonies of #3A17BC
Complementary color
Monochromatic Colors of #3A17BC
Black with #3A17BC
Text Example
Text Example
White with #3A17BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A17BC; }
p { color: rgb(58,23,188); }
H1.HeaderClassName
{
color: #3A17BC;
}
.AnyTagClassName
{
color: #3A17BC;
}
</style>
background-color css
<style>
a { background-color: #3A17BC; }
a { background-color: rgb(58,23,188); }
div.DivClassName
{
background-color: #3A17BC;
}
.BgClassName
{
background-color: #3A17BC;
}
</style>
border-color css
<style>
span { border-color: #3A17BC; }
span { border-color: rgb(58,23,188); }
td.TdClassName
{
border-color: #3A17BC;
}
.TagClassName
{
border-color: #3A17BC;
}
</style>