Shades of Purple Heart #6537D9
Tints of Purple Heart #6537D9
RGB
CMYK
RGB Variations
Color information
#6537D9 (or 0x6537D9) is known color: Purple Heart. HEX triplet: 65, 37 and D9. RGB value is (101,55,217). Sum of RGB (Red+Green+Blue) = 101+55+217=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 217 (85.16% from 255 or 58.18% from 373); Max value from RGB is 217 - color contains mainly: blue. Hex color #6537D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6537D9 is #9AC826. Grayscale: #565656. Windows color (decimal): -10143783 or 14235493. OLE color: 14235493.
HSL color Cylindrical-coordinate representation of color #6537D9: hue angle of 257.04º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6537D9 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 55 | 217 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.15 |
| HSL | 257.04º | 0.68% | 0.53% | - |
| HSV(B) | 257.04º | 0.75% | 0.85% | - |
| XYZ | 19.26 | 10.51 | 66.66 | - |
| YUV | 87.22 | 201.24 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 55 | 217 | 0.53 | 0.75 | 0 | 0.15 | 257.04 | 0.68 | 0.53 |
| Hex | 65 | 37 | D9 | 35 | 4B | 0 | F | 101 | 44 | 35 |
| Octal | 145 | 67 | 331 | 65 | 113 | 0 | 17 | 401 | 104 | 65 |
| Binary | 1100101 | 110111 | 11011001 | 110101 | 1001011 | 0 | 1111 | 100000001 | 1000100 | 110101 |
Color Harmonies of #6537D9
Complementary color
Monochromatic Colors of #6537D9
Black with #6537D9
Text Example
Text Example
White with #6537D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6537D9; }
p { color: rgb(101,55,217); }
H1.HeaderClassName
{
color: #6537D9;
}
.AnyTagClassName
{
color: #6537D9;
}
</style>
background-color css
<style>
a { background-color: #6537D9; }
a { background-color: rgb(101,55,217); }
div.DivClassName
{
background-color: #6537D9;
}
.BgClassName
{
background-color: #6537D9;
}
</style>
border-color css
<style>
span { border-color: #6537D9; }
span { border-color: rgb(101,55,217); }
td.TdClassName
{
border-color: #6537D9;
}
.TagClassName
{
border-color: #6537D9;
}
</style>