Shades of Purple Heart #3A1CCC
Tints of Purple Heart #3A1CCC
RGB
CMYK
RGB Variations
Color information
#3A1CCC (or 0x3A1CCC) is known color: Purple Heart. HEX triplet: 3A, 1C and CC. RGB value is (58,28,204). Sum of RGB (Red+Green+Blue) = 58+28+204=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A1CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1CCC is #C5E333. Grayscale: #383838. Windows color (decimal): -12968756 or 13376570. OLE color: 13376570.
HSL color Cylindrical-coordinate representation of color #3A1CCC: hue angle of 250.23º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A1CCC is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 28 | 204 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.2 |
| HSL | 250.23º | 0.76% | 0.45% | - |
| HSV(B) | 250.23º | 0.86% | 0.8% | - |
| XYZ | 13.06 | 6.09 | 57.61 | - |
| YUV | 57.03 | 210.94 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 28 | 204 | 0.72 | 0.86 | 0 | 0.2 | 250.23 | 0.76 | 0.45 |
| Hex | 3A | 1C | CC | 48 | 56 | 0 | 14 | FA | 4C | 2D |
| Octal | 72 | 34 | 314 | 110 | 126 | 0 | 24 | 372 | 114 | 55 |
| Binary | 111010 | 11100 | 11001100 | 1001000 | 1010110 | 0 | 10100 | 11111010 | 1001100 | 101101 |
Color Harmonies of #3A1CCC
Complementary color
Monochromatic Colors of #3A1CCC
Black with #3A1CCC
Text Example
Text Example
White with #3A1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1CCC; }
p { color: rgb(58,28,204); }
H1.HeaderClassName
{
color: #3A1CCC;
}
.AnyTagClassName
{
color: #3A1CCC;
}
</style>
background-color css
<style>
a { background-color: #3A1CCC; }
a { background-color: rgb(58,28,204); }
div.DivClassName
{
background-color: #3A1CCC;
}
.BgClassName
{
background-color: #3A1CCC;
}
</style>
border-color css
<style>
span { border-color: #3A1CCC; }
span { border-color: rgb(58,28,204); }
td.TdClassName
{
border-color: #3A1CCC;
}
.TagClassName
{
border-color: #3A1CCC;
}
</style>