Shades of Purple Heart #4110AF
Tints of Purple Heart #4110AF
RGB
CMYK
RGB Variations
Color information
#4110AF (or 0x4110AF) is known color: Purple Heart. HEX triplet: 41, 10 and AF. RGB value is (65,16,175). Sum of RGB (Red+Green+Blue) = 65+16+175=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #4110AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4110AF is #BEEF50. Grayscale: #303030. Windows color (decimal): -12513105 or 11472961. OLE color: 11472961.
HSL color Cylindrical-coordinate representation of color #4110AF: hue angle of 258.49º 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 #4110AF is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 16 | 175 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.31 |
| HSL | 258.49º | 0.83% | 0.37% | - |
| HSV(B) | 258.49º | 0.91% | 0.69% | - |
| XYZ | 10.1 | 4.59 | 40.91 | - |
| YUV | 48.78 | 199.23 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 16 | 175 | 0.63 | 0.91 | 0 | 0.31 | 258.49 | 0.83 | 0.37 |
| Hex | 41 | 10 | AF | 3F | 5B | 0 | 1F | 102 | 53 | 25 |
| Octal | 101 | 20 | 257 | 77 | 133 | 0 | 37 | 402 | 123 | 45 |
| Binary | 1000001 | 10000 | 10101111 | 111111 | 1011011 | 0 | 11111 | 100000010 | 1010011 | 100101 |
Color Harmonies of #4110AF
Complementary color
Monochromatic Colors of #4110AF
Black with #4110AF
Text Example
Text Example
White with #4110AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4110AF; }
p { color: rgb(65,16,175); }
H1.HeaderClassName
{
color: #4110AF;
}
.AnyTagClassName
{
color: #4110AF;
}
</style>
background-color css
<style>
a { background-color: #4110AF; }
a { background-color: rgb(65,16,175); }
div.DivClassName
{
background-color: #4110AF;
}
.BgClassName
{
background-color: #4110AF;
}
</style>
border-color css
<style>
span { border-color: #4110AF; }
span { border-color: rgb(65,16,175); }
td.TdClassName
{
border-color: #4110AF;
}
.TagClassName
{
border-color: #4110AF;
}
</style>