Shades of Purple Heart #3A19CC
Tints of Purple Heart #3A19CC
RGB
CMYK
RGB Variations
Color information
#3A19CC (or 0x3A19CC) is known color: Purple Heart. HEX triplet: 3A, 19 and CC. RGB value is (58,25,204). Sum of RGB (Red+Green+Blue) = 58+25+204=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A19CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A19CC is #C5E633. Grayscale: #363636. Windows color (decimal): -12969524 or 13375802. OLE color: 13375802.
HSL color Cylindrical-coordinate representation of color #3A19CC: hue angle of 251.06º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A19CC is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 25 | 204 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.2 |
| HSL | 251.06º | 0.78% | 0.45% | - |
| HSV(B) | 251.06º | 0.88% | 0.8% | - |
| XYZ | 12.99 | 5.95 | 57.59 | - |
| YUV | 55.27 | 211.93 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 204 | 0.72 | 0.88 | 0 | 0.2 | 251.06 | 0.78 | 0.45 |
| Hex | 3A | 19 | CC | 48 | 58 | 0 | 14 | FB | 4E | 2D |
| Octal | 72 | 31 | 314 | 110 | 130 | 0 | 24 | 373 | 116 | 55 |
| Binary | 111010 | 11001 | 11001100 | 1001000 | 1011000 | 0 | 10100 | 11111011 | 1001110 | 101101 |
Color Harmonies of #3A19CC
Complementary color
Monochromatic Colors of #3A19CC
Black with #3A19CC
Text Example
Text Example
White with #3A19CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A19CC; }
p { color: rgb(58,25,204); }
H1.HeaderClassName
{
color: #3A19CC;
}
.AnyTagClassName
{
color: #3A19CC;
}
</style>
background-color css
<style>
a { background-color: #3A19CC; }
a { background-color: rgb(58,25,204); }
div.DivClassName
{
background-color: #3A19CC;
}
.BgClassName
{
background-color: #3A19CC;
}
</style>
border-color css
<style>
span { border-color: #3A19CC; }
span { border-color: rgb(58,25,204); }
td.TdClassName
{
border-color: #3A19CC;
}
.TagClassName
{
border-color: #3A19CC;
}
</style>