Shades of Purple Heart #3A00C0
Tints of Purple Heart #3A00C0
RGB
CMYK
RGB Variations
Color information
#3A00C0 (or 0x3A00C0) is known color: Purple Heart. HEX triplet: 3A, 00 and C0. RGB value is (58,0,192). Sum of RGB (Red+Green+Blue) = 58+0+192=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 192 (75.39% from 255 or 76.8% from 250); Max value from RGB is 192 - color contains mainly: blue. Hex color #3A00C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A00C0 is #C5FF3F. Grayscale: #262626. Windows color (decimal): -12975936 or 12582970. OLE color: 12582970.
HSL color Cylindrical-coordinate representation of color #3A00C0: hue angle of 258.12º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A00C0 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 0 | 192 | - |
| CMYK | 0.70 | 1 | 0 | 0.25 |
| HSL | 258.13º | 1% | 0.38% | - |
| HSV(B) | 258.13º | 1% | 0.75% | - |
| XYZ | 11.26 | 4.71 | 50.18 | - |
| YUV | 39.23 | 214.22 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 192 | 0.70 | 1 | 0 | 0.25 | 258.13 | 1 | 0.38 |
| Hex | 3A | 0 | C0 | 46 | 64 | 0 | 19 | 102 | 64 | 26 |
| Octal | 72 | 0 | 300 | 106 | 144 | 0 | 31 | 402 | 144 | 46 |
| Binary | 111010 | 0 | 11000000 | 1000110 | 1100100 | 0 | 11001 | 100000010 | 1100100 | 100110 |
Color Harmonies of #3A00C0
Complementary color
Monochromatic Colors of #3A00C0
Black with #3A00C0
Text Example
Text Example
White with #3A00C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A00C0; }
p { color: rgb(58,0,192); }
H1.HeaderClassName
{
color: #3A00C0;
}
.AnyTagClassName
{
color: #3A00C0;
}
</style>
background-color css
<style>
a { background-color: #3A00C0; }
a { background-color: rgb(58,0,192); }
div.DivClassName
{
background-color: #3A00C0;
}
.BgClassName
{
background-color: #3A00C0;
}
</style>
border-color css
<style>
span { border-color: #3A00C0; }
span { border-color: rgb(58,0,192); }
td.TdClassName
{
border-color: #3A00C0;
}
.TagClassName
{
border-color: #3A00C0;
}
</style>