Shades of Purple Heart #4113CD
Tints of Purple Heart #4113CD
RGB
CMYK
RGB Variations
Color information
#4113CD (or 0x4113CD) is known color: Purple Heart. HEX triplet: 41, 13 and CD. RGB value is (65,19,205). Sum of RGB (Red+Green+Blue) = 65+19+205=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #4113CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4113CD is #BEEC32. Grayscale: #353535. Windows color (decimal): -12512307 or 13439809. OLE color: 13439809.
HSL color Cylindrical-coordinate representation of color #4113CD: hue angle of 254.84º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4113CD is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 19 | 205 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.20 |
| HSL | 254.84º | 0.83% | 0.44% | - |
| HSV(B) | 254.84º | 0.91% | 0.8% | - |
| XYZ | 13.43 | 6 | 58.21 | - |
| YUV | 53.96 | 213.24 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 205 | 0.68 | 0.91 | 0 | 0.20 | 254.84 | 0.83 | 0.44 |
| Hex | 41 | 13 | CD | 44 | 5B | 0 | 14 | FF | 53 | 2C |
| Octal | 101 | 23 | 315 | 104 | 133 | 0 | 24 | 377 | 123 | 54 |
| Binary | 1000001 | 10011 | 11001101 | 1000100 | 1011011 | 0 | 10100 | 11111111 | 1010011 | 101100 |
Color Harmonies of #4113CD
Complementary color
Monochromatic Colors of #4113CD
Black with #4113CD
Text Example
Text Example
White with #4113CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4113CD; }
p { color: rgb(65,19,205); }
H1.HeaderClassName
{
color: #4113CD;
}
.AnyTagClassName
{
color: #4113CD;
}
</style>
background-color css
<style>
a { background-color: #4113CD; }
a { background-color: rgb(65,19,205); }
div.DivClassName
{
background-color: #4113CD;
}
.BgClassName
{
background-color: #4113CD;
}
</style>
border-color css
<style>
span { border-color: #4113CD; }
span { border-color: rgb(65,19,205); }
td.TdClassName
{
border-color: #4113CD;
}
.TagClassName
{
border-color: #4113CD;
}
</style>