Shades of Purple Heart #4610AC
Tints of Purple Heart #4610AC
RGB
CMYK
RGB Variations
Color information
#4610AC (or 0x4610AC) is known color: Purple Heart. HEX triplet: 46, 10 and AC. RGB value is (70,16,172). Sum of RGB (Red+Green+Blue) = 70+16+172=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #4610AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4610AC is #B9EF53. Grayscale: #313131. Windows color (decimal): -12185428 or 11276358. OLE color: 11276358.
HSL color Cylindrical-coordinate representation of color #4610AC: hue angle of 260.77º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4610AC is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 16 | 172 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.33 |
| HSL | 260.77º | 0.83% | 0.37% | - |
| HSV(B) | 260.77º | 0.91% | 0.67% | - |
| XYZ | 10.16 | 4.65 | 39.39 | - |
| YUV | 49.93 | 196.89 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 16 | 172 | 0.59 | 0.91 | 0 | 0.33 | 260.77 | 0.83 | 0.37 |
| Hex | 46 | 10 | AC | 3B | 5B | 0 | 21 | 105 | 53 | 25 |
| Octal | 106 | 20 | 254 | 73 | 133 | 0 | 41 | 405 | 123 | 45 |
| Binary | 1000110 | 10000 | 10101100 | 111011 | 1011011 | 0 | 100001 | 100000101 | 1010011 | 100101 |
Color Harmonies of #4610AC
Complementary color
Monochromatic Colors of #4610AC
Black with #4610AC
Text Example
Text Example
White with #4610AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4610AC; }
p { color: rgb(70,16,172); }
H1.HeaderClassName
{
color: #4610AC;
}
.AnyTagClassName
{
color: #4610AC;
}
</style>
background-color css
<style>
a { background-color: #4610AC; }
a { background-color: rgb(70,16,172); }
div.DivClassName
{
background-color: #4610AC;
}
.BgClassName
{
background-color: #4610AC;
}
</style>
border-color css
<style>
span { border-color: #4610AC; }
span { border-color: rgb(70,16,172); }
td.TdClassName
{
border-color: #4610AC;
}
.TagClassName
{
border-color: #4610AC;
}
</style>