Shades of Purple Heart #6130DA
Tints of Purple Heart #6130DA
RGB
CMYK
RGB Variations
Color information
#6130DA (or 0x6130DA) is known color: Purple Heart. HEX triplet: 61, 30 and DA. RGB value is (97,48,218). Sum of RGB (Red+Green+Blue) = 97+48+218=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #6130DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6130DA is #9ECF25. Grayscale: #515151. Windows color (decimal): -10407718 or 14299233. OLE color: 14299233.
HSL color Cylindrical-coordinate representation of color #6130DA: hue angle of 257.29º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6130DA is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 48 | 218 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.15 |
| HSL | 257.29º | 0.7% | 0.52% | - |
| HSV(B) | 257.29º | 0.78% | 0.85% | - |
| XYZ | 18.64 | 9.72 | 67.22 | - |
| YUV | 82.03 | 204.73 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 48 | 218 | 0.56 | 0.78 | 0 | 0.15 | 257.29 | 0.7 | 0.52 |
| Hex | 61 | 30 | DA | 38 | 4E | 0 | F | 101 | 46 | 34 |
| Octal | 141 | 60 | 332 | 70 | 116 | 0 | 17 | 401 | 106 | 64 |
| Binary | 1100001 | 110000 | 11011010 | 111000 | 1001110 | 0 | 1111 | 100000001 | 1000110 | 110100 |
Color Harmonies of #6130DA
Complementary color
Monochromatic Colors of #6130DA
Black with #6130DA
Text Example
Text Example
White with #6130DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6130DA; }
p { color: rgb(97,48,218); }
H1.HeaderClassName
{
color: #6130DA;
}
.AnyTagClassName
{
color: #6130DA;
}
</style>
background-color css
<style>
a { background-color: #6130DA; }
a { background-color: rgb(97,48,218); }
div.DivClassName
{
background-color: #6130DA;
}
.BgClassName
{
background-color: #6130DA;
}
</style>
border-color css
<style>
span { border-color: #6130DA; }
span { border-color: rgb(97,48,218); }
td.TdClassName
{
border-color: #6130DA;
}
.TagClassName
{
border-color: #6130DA;
}
</style>