Shades of Purple Heart #3A18BC
Tints of Purple Heart #3A18BC
RGB
CMYK
RGB Variations
Color information
#3A18BC (or 0x3A18BC) is known color: Purple Heart. HEX triplet: 3A, 18 and BC. RGB value is (58,24,188). Sum of RGB (Red+Green+Blue) = 58+24+188=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 24 (9.77% from 255 or 8.89% 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 #3A18BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A18BC is #C5E743. Grayscale: #343434. Windows color (decimal): -12969796 or 12326970. OLE color: 12326970.
HSL color Cylindrical-coordinate representation of color #3A18BC: hue angle of 252.44º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A18BC is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 24 | 188 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.26 |
| HSL | 252.44º | 0.77% | 0.42% | - |
| HSV(B) | 252.44º | 0.87% | 0.74% | - |
| XYZ | 11.15 | 5.18 | 47.99 | - |
| YUV | 52.86 | 204.26 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 24 | 188 | 0.69 | 0.87 | 0 | 0.26 | 252.44 | 0.77 | 0.42 |
| Hex | 3A | 18 | BC | 45 | 57 | 0 | 1A | FC | 4D | 2A |
| Octal | 72 | 30 | 274 | 105 | 127 | 0 | 32 | 374 | 115 | 52 |
| Binary | 111010 | 11000 | 10111100 | 1000101 | 1010111 | 0 | 11010 | 11111100 | 1001101 | 101010 |
Color Harmonies of #3A18BC
Complementary color
Monochromatic Colors of #3A18BC
Black with #3A18BC
Text Example
Text Example
White with #3A18BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A18BC; }
p { color: rgb(58,24,188); }
H1.HeaderClassName
{
color: #3A18BC;
}
.AnyTagClassName
{
color: #3A18BC;
}
</style>
background-color css
<style>
a { background-color: #3A18BC; }
a { background-color: rgb(58,24,188); }
div.DivClassName
{
background-color: #3A18BC;
}
.BgClassName
{
background-color: #3A18BC;
}
</style>
border-color css
<style>
span { border-color: #3A18BC; }
span { border-color: rgb(58,24,188); }
td.TdClassName
{
border-color: #3A18BC;
}
.TagClassName
{
border-color: #3A18BC;
}
</style>