Shades of Purple Heart #4114AF
Tints of Purple Heart #4114AF
RGB
CMYK
RGB Variations
Color information
#4114AF (or 0x4114AF) is known color: Purple Heart. HEX triplet: 41, 14 and AF. RGB value is (65,20,175). Sum of RGB (Red+Green+Blue) = 65+20+175=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 175 (68.75% from 255 or 67.31% from 260); Max value from RGB is 175 - color contains mainly: blue. Hex color #4114AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4114AF is #BEEB50. Grayscale: #323232. Windows color (decimal): -12512081 or 11473985. OLE color: 11473985.
HSL color Cylindrical-coordinate representation of color #4114AF: hue angle of 257.42º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4114AF is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 20 | 175 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.31 |
| HSL | 257.42º | 0.79% | 0.38% | - |
| HSV(B) | 257.42º | 0.89% | 0.69% | - |
| XYZ | 10.17 | 4.72 | 40.93 | - |
| YUV | 51.13 | 197.91 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 175 | 0.63 | 0.89 | 0 | 0.31 | 257.42 | 0.79 | 0.38 |
| Hex | 41 | 14 | AF | 3F | 59 | 0 | 1F | 101 | 4F | 26 |
| Octal | 101 | 24 | 257 | 77 | 131 | 0 | 37 | 401 | 117 | 46 |
| Binary | 1000001 | 10100 | 10101111 | 111111 | 1011001 | 0 | 11111 | 100000001 | 1001111 | 100110 |
Color Harmonies of #4114AF
Complementary color
Monochromatic Colors of #4114AF
Black with #4114AF
Text Example
Text Example
White with #4114AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4114AF; }
p { color: rgb(65,20,175); }
H1.HeaderClassName
{
color: #4114AF;
}
.AnyTagClassName
{
color: #4114AF;
}
</style>
background-color css
<style>
a { background-color: #4114AF; }
a { background-color: rgb(65,20,175); }
div.DivClassName
{
background-color: #4114AF;
}
.BgClassName
{
background-color: #4114AF;
}
</style>
border-color css
<style>
span { border-color: #4114AF; }
span { border-color: rgb(65,20,175); }
td.TdClassName
{
border-color: #4114AF;
}
.TagClassName
{
border-color: #4114AF;
}
</style>