Shades of Purple Heart #3A1BC8
Tints of Purple Heart #3A1BC8
RGB
CMYK
RGB Variations
Color information
#3A1BC8 (or 0x3A1BC8) is known color: Purple Heart. HEX triplet: 3A, 1B and C8. RGB value is (58,27,200). Sum of RGB (Red+Green+Blue) = 58+27+200=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 200 (78.52% from 255 or 70.18% from 285); Max value from RGB is 200 - color contains mainly: blue. Hex color #3A1BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1BC8 is #C5E437. Grayscale: #373737. Windows color (decimal): -12969016 or 13114170. OLE color: 13114170.
HSL color Cylindrical-coordinate representation of color #3A1BC8: hue angle of 250.75º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A1BC8 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 27 | 200 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.22 |
| HSL | 250.75º | 0.76% | 0.45% | - |
| HSV(B) | 250.75º | 0.87% | 0.78% | - |
| XYZ | 12.56 | 5.85 | 55.11 | - |
| YUV | 55.99 | 209.27 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 27 | 200 | 0.71 | 0.86 | 0 | 0.22 | 250.75 | 0.76 | 0.45 |
| Hex | 3A | 1B | C8 | 47 | 56 | 0 | 16 | FB | 4C | 2D |
| Octal | 72 | 33 | 310 | 107 | 126 | 0 | 26 | 373 | 114 | 55 |
| Binary | 111010 | 11011 | 11001000 | 1000111 | 1010110 | 0 | 10110 | 11111011 | 1001100 | 101101 |
Color Harmonies of #3A1BC8
Complementary color
Monochromatic Colors of #3A1BC8
Black with #3A1BC8
Text Example
Text Example
White with #3A1BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1BC8; }
p { color: rgb(58,27,200); }
H1.HeaderClassName
{
color: #3A1BC8;
}
.AnyTagClassName
{
color: #3A1BC8;
}
</style>
background-color css
<style>
a { background-color: #3A1BC8; }
a { background-color: rgb(58,27,200); }
div.DivClassName
{
background-color: #3A1BC8;
}
.BgClassName
{
background-color: #3A1BC8;
}
</style>
border-color css
<style>
span { border-color: #3A1BC8; }
span { border-color: rgb(58,27,200); }
td.TdClassName
{
border-color: #3A1BC8;
}
.TagClassName
{
border-color: #3A1BC8;
}
</style>