Shades of Purple Heart #3B1ACA
Tints of Purple Heart #3B1ACA
RGB
CMYK
RGB Variations
Color information
#3B1ACA (or 0x3B1ACA) is known color: Purple Heart. HEX triplet: 3B, 1A and CA. RGB value is (59,26,202). Sum of RGB (Red+Green+Blue) = 59+26+202=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 26 (10.55% from 255 or 9.06% 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 #3B1ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B1ACA is #C4E535. Grayscale: #373737. Windows color (decimal): -12903734 or 13244987. OLE color: 13244987.
HSL color Cylindrical-coordinate representation of color #3B1ACA: hue angle of 251.25º degrees, saturation: 0.77, 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 #3B1ACA is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 26 | 202 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.21 |
| HSL | 251.25º | 0.77% | 0.45% | - |
| HSV(B) | 251.25º | 0.87% | 0.79% | - |
| XYZ | 12.83 | 5.93 | 56.35 | - |
| YUV | 55.93 | 210.43 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 26 | 202 | 0.71 | 0.87 | 0 | 0.21 | 251.25 | 0.77 | 0.45 |
| Hex | 3B | 1A | CA | 47 | 57 | 0 | 15 | FB | 4D | 2D |
| Octal | 73 | 32 | 312 | 107 | 127 | 0 | 25 | 373 | 115 | 55 |
| Binary | 111011 | 11010 | 11001010 | 1000111 | 1010111 | 0 | 10101 | 11111011 | 1001101 | 101101 |
Color Harmonies of #3B1ACA
Complementary color
Monochromatic Colors of #3B1ACA
Black with #3B1ACA
Text Example
Text Example
White with #3B1ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1ACA; }
p { color: rgb(59,26,202); }
H1.HeaderClassName
{
color: #3B1ACA;
}
.AnyTagClassName
{
color: #3B1ACA;
}
</style>
background-color css
<style>
a { background-color: #3B1ACA; }
a { background-color: rgb(59,26,202); }
div.DivClassName
{
background-color: #3B1ACA;
}
.BgClassName
{
background-color: #3B1ACA;
}
</style>
border-color css
<style>
span { border-color: #3B1ACA; }
span { border-color: rgb(59,26,202); }
td.TdClassName
{
border-color: #3B1ACA;
}
.TagClassName
{
border-color: #3B1ACA;
}
</style>