Shades of Purple Heart #6539DF
Tints of Purple Heart #6539DF
RGB
CMYK
RGB Variations
Color information
#6539DF (or 0x6539DF) is known color: Purple Heart. HEX triplet: 65, 39 and DF. RGB value is (101,57,223). Sum of RGB (Red+Green+Blue) = 101+57+223=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #6539DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6539DF is #9AC620. Grayscale: #585858. Windows color (decimal): -10143265 or 14629221. OLE color: 14629221.
HSL color Cylindrical-coordinate representation of color #6539DF: hue angle of 255.9º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6539DF is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 57 | 223 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.13 |
| HSL | 255.9º | 0.72% | 0.55% | - |
| HSV(B) | 255.9º | 0.74% | 0.87% | - |
| XYZ | 20.15 | 11.02 | 70.88 | - |
| YUV | 89.08 | 203.58 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 57 | 223 | 0.55 | 0.74 | 0 | 0.13 | 255.9 | 0.72 | 0.55 |
| Hex | 65 | 39 | DF | 37 | 4A | 0 | D | 100 | 48 | 37 |
| Octal | 145 | 71 | 337 | 67 | 112 | 0 | 15 | 400 | 110 | 67 |
| Binary | 1100101 | 111001 | 11011111 | 110111 | 1001010 | 0 | 1101 | 100000000 | 1001000 | 110111 |
Color Harmonies of #6539DF
Complementary color
Monochromatic Colors of #6539DF
Black with #6539DF
Text Example
Text Example
White with #6539DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6539DF; }
p { color: rgb(101,57,223); }
H1.HeaderClassName
{
color: #6539DF;
}
.AnyTagClassName
{
color: #6539DF;
}
</style>
background-color css
<style>
a { background-color: #6539DF; }
a { background-color: rgb(101,57,223); }
div.DivClassName
{
background-color: #6539DF;
}
.BgClassName
{
background-color: #6539DF;
}
</style>
border-color css
<style>
span { border-color: #6539DF; }
span { border-color: rgb(101,57,223); }
td.TdClassName
{
border-color: #6539DF;
}
.TagClassName
{
border-color: #6539DF;
}
</style>