Shades of Purple Heart #6113D5
Tints of Purple Heart #6113D5
RGB
CMYK
RGB Variations
Color information
#6113D5 (or 0x6113D5) is known color: Purple Heart. HEX triplet: 61, 13 and D5. RGB value is (97,19,213). Sum of RGB (Red+Green+Blue) = 97+19+213=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 213 (83.59% from 255 or 64.74% from 329); Max value from RGB is 213 - color contains mainly: blue. Hex color #6113D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6113D5 is #9EEC2A. Grayscale: #3F3F3F. Windows color (decimal): -10415147 or 13964129. OLE color: 13964129.
HSL color Cylindrical-coordinate representation of color #6113D5: hue angle of 264.12º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6113D5 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 19 | 213 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.16 |
| HSL | 264.12º | 0.84% | 0.45% | - |
| HSV(B) | 264.12º | 0.91% | 0.84% | - |
| XYZ | 17.17 | 7.81 | 63.55 | - |
| YUV | 64.44 | 211.84 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 19 | 213 | 0.54 | 0.91 | 0 | 0.16 | 264.12 | 0.84 | 0.45 |
| Hex | 61 | 13 | D5 | 36 | 5B | 0 | 10 | 108 | 54 | 2D |
| Octal | 141 | 23 | 325 | 66 | 133 | 0 | 20 | 410 | 124 | 55 |
| Binary | 1100001 | 10011 | 11010101 | 110110 | 1011011 | 0 | 10000 | 100001000 | 1010100 | 101101 |
Color Harmonies of #6113D5
Complementary color
Monochromatic Colors of #6113D5
Black with #6113D5
Text Example
Text Example
White with #6113D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6113D5; }
p { color: rgb(97,19,213); }
H1.HeaderClassName
{
color: #6113D5;
}
.AnyTagClassName
{
color: #6113D5;
}
</style>
background-color css
<style>
a { background-color: #6113D5; }
a { background-color: rgb(97,19,213); }
div.DivClassName
{
background-color: #6113D5;
}
.BgClassName
{
background-color: #6113D5;
}
</style>
border-color css
<style>
span { border-color: #6113D5; }
span { border-color: rgb(97,19,213); }
td.TdClassName
{
border-color: #6113D5;
}
.TagClassName
{
border-color: #6113D5;
}
</style>