Shades of Purple Heart #3A1BCA
Tints of Purple Heart #3A1BCA
RGB
CMYK
RGB Variations
Color information
#3A1BCA (or 0x3A1BCA) is known color: Purple Heart. HEX triplet: 3A, 1B and CA. RGB value is (58,27,202). Sum of RGB (Red+Green+Blue) = 58+27+202=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 202 (79.30% from 255 or 70.38% from 287); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A1BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1BCA is #C5E435. Grayscale: #373737. Windows color (decimal): -12969014 or 13245242. OLE color: 13245242.
HSL color Cylindrical-coordinate representation of color #3A1BCA: hue angle of 250.63º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A1BCA is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 27 | 202 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.21 |
| HSL | 250.63º | 0.76% | 0.45% | - |
| HSV(B) | 250.63º | 0.87% | 0.79% | - |
| XYZ | 12.8 | 5.95 | 56.35 | - |
| YUV | 56.22 | 210.27 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 27 | 202 | 0.71 | 0.87 | 0 | 0.21 | 250.63 | 0.76 | 0.45 |
| Hex | 3A | 1B | CA | 47 | 57 | 0 | 15 | FB | 4C | 2D |
| Octal | 72 | 33 | 312 | 107 | 127 | 0 | 25 | 373 | 114 | 55 |
| Binary | 111010 | 11011 | 11001010 | 1000111 | 1010111 | 0 | 10101 | 11111011 | 1001100 | 101101 |
Color Harmonies of #3A1BCA
Complementary color
Monochromatic Colors of #3A1BCA
Black with #3A1BCA
Text Example
Text Example
White with #3A1BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1BCA; }
p { color: rgb(58,27,202); }
H1.HeaderClassName
{
color: #3A1BCA;
}
.AnyTagClassName
{
color: #3A1BCA;
}
</style>
background-color css
<style>
a { background-color: #3A1BCA; }
a { background-color: rgb(58,27,202); }
div.DivClassName
{
background-color: #3A1BCA;
}
.BgClassName
{
background-color: #3A1BCA;
}
</style>
border-color css
<style>
span { border-color: #3A1BCA; }
span { border-color: rgb(58,27,202); }
td.TdClassName
{
border-color: #3A1BCA;
}
.TagClassName
{
border-color: #3A1BCA;
}
</style>