Shades of Purple Heart #4610AF
Tints of Purple Heart #4610AF
RGB
CMYK
RGB Variations
Color information
#4610AF (or 0x4610AF) is known color: Purple Heart. HEX triplet: 46, 10 and AF. RGB value is (70,16,175). Sum of RGB (Red+Green+Blue) = 70+16+175=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #4610AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4610AF is #B9EF50. Grayscale: #313131. Windows color (decimal): -12185425 or 11472966. OLE color: 11472966.
HSL color Cylindrical-coordinate representation of color #4610AF: hue angle of 260.38º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4610AF is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 16 | 175 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.31 |
| HSL | 260.38º | 0.83% | 0.37% | - |
| HSV(B) | 260.38º | 0.91% | 0.69% | - |
| XYZ | 10.45 | 4.77 | 40.93 | - |
| YUV | 50.27 | 198.39 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 16 | 175 | 0.60 | 0.91 | 0 | 0.31 | 260.38 | 0.83 | 0.37 |
| Hex | 46 | 10 | AF | 3C | 5B | 0 | 1F | 104 | 53 | 25 |
| Octal | 106 | 20 | 257 | 74 | 133 | 0 | 37 | 404 | 123 | 45 |
| Binary | 1000110 | 10000 | 10101111 | 111100 | 1011011 | 0 | 11111 | 100000100 | 1010011 | 100101 |
Color Harmonies of #4610AF
Complementary color
Monochromatic Colors of #4610AF
Black with #4610AF
Text Example
Text Example
White with #4610AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4610AF; }
p { color: rgb(70,16,175); }
H1.HeaderClassName
{
color: #4610AF;
}
.AnyTagClassName
{
color: #4610AF;
}
</style>
background-color css
<style>
a { background-color: #4610AF; }
a { background-color: rgb(70,16,175); }
div.DivClassName
{
background-color: #4610AF;
}
.BgClassName
{
background-color: #4610AF;
}
</style>
border-color css
<style>
span { border-color: #4610AF; }
span { border-color: rgb(70,16,175); }
td.TdClassName
{
border-color: #4610AF;
}
.TagClassName
{
border-color: #4610AF;
}
</style>