Shades of Purple Heart #6113DA
Tints of Purple Heart #6113DA
RGB
CMYK
RGB Variations
Color information
#6113DA (or 0x6113DA) is known color: Purple Heart. HEX triplet: 61, 13 and DA. RGB value is (97,19,218). Sum of RGB (Red+Green+Blue) = 97+19+218=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #6113DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6113DA is #9EEC25. Grayscale: #404040. Windows color (decimal): -10415142 or 14291809. OLE color: 14291809.
HSL color Cylindrical-coordinate representation of color #6113DA: hue angle of 263.52º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6113DA is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 19 | 218 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.15 |
| HSL | 263.52º | 0.84% | 0.46% | - |
| HSV(B) | 263.52º | 0.91% | 0.85% | - |
| XYZ | 17.82 | 8.07 | 66.95 | - |
| YUV | 65.01 | 214.34 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 19 | 218 | 0.56 | 0.91 | 0 | 0.15 | 263.52 | 0.84 | 0.46 |
| Hex | 61 | 13 | DA | 38 | 5B | 0 | F | 108 | 54 | 2E |
| Octal | 141 | 23 | 332 | 70 | 133 | 0 | 17 | 410 | 124 | 56 |
| Binary | 1100001 | 10011 | 11011010 | 111000 | 1011011 | 0 | 1111 | 100001000 | 1010100 | 101110 |
Color Harmonies of #6113DA
Complementary color
Monochromatic Colors of #6113DA
Black with #6113DA
Text Example
Text Example
White with #6113DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6113DA; }
p { color: rgb(97,19,218); }
H1.HeaderClassName
{
color: #6113DA;
}
.AnyTagClassName
{
color: #6113DA;
}
</style>
background-color css
<style>
a { background-color: #6113DA; }
a { background-color: rgb(97,19,218); }
div.DivClassName
{
background-color: #6113DA;
}
.BgClassName
{
background-color: #6113DA;
}
</style>
border-color css
<style>
span { border-color: #6113DA; }
span { border-color: rgb(97,19,218); }
td.TdClassName
{
border-color: #6113DA;
}
.TagClassName
{
border-color: #6113DA;
}
</style>