Shades of Purple Heart #3A10BC
Tints of Purple Heart #3A10BC
RGB
CMYK
RGB Variations
Color information
#3A10BC (or 0x3A10BC) is known color: Purple Heart. HEX triplet: 3A, 10 and BC. RGB value is (58,16,188). Sum of RGB (Red+Green+Blue) = 58+16+188=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 188 (73.83% from 255 or 71.76% from 262); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A10BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A10BC is #C5EF43. Grayscale: #2F2F2F. Windows color (decimal): -12971844 or 12324922. OLE color: 12324922.
HSL color Cylindrical-coordinate representation of color #3A10BC: hue angle of 254.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A10BC is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 16 | 188 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.26 |
| HSL | 254.65º | 0.84% | 0.4% | - |
| HSV(B) | 254.65º | 0.91% | 0.74% | - |
| XYZ | 11.01 | 4.9 | 47.94 | - |
| YUV | 48.17 | 206.91 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 188 | 0.69 | 0.91 | 0 | 0.26 | 254.65 | 0.84 | 0.4 |
| Hex | 3A | 10 | BC | 45 | 5B | 0 | 1A | FF | 54 | 28 |
| Octal | 72 | 20 | 274 | 105 | 133 | 0 | 32 | 377 | 124 | 50 |
| Binary | 111010 | 10000 | 10111100 | 1000101 | 1011011 | 0 | 11010 | 11111111 | 1010100 | 101000 |
Color Harmonies of #3A10BC
Complementary color
Monochromatic Colors of #3A10BC
Black with #3A10BC
Text Example
Text Example
White with #3A10BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A10BC; }
p { color: rgb(58,16,188); }
H1.HeaderClassName
{
color: #3A10BC;
}
.AnyTagClassName
{
color: #3A10BC;
}
</style>
background-color css
<style>
a { background-color: #3A10BC; }
a { background-color: rgb(58,16,188); }
div.DivClassName
{
background-color: #3A10BC;
}
.BgClassName
{
background-color: #3A10BC;
}
</style>
border-color css
<style>
span { border-color: #3A10BC; }
span { border-color: rgb(58,16,188); }
td.TdClassName
{
border-color: #3A10BC;
}
.TagClassName
{
border-color: #3A10BC;
}
</style>