Shades of Purple Heart #6539BC
Tints of Purple Heart #6539BC
RGB
CMYK
RGB Variations
Color information
#6539BC (or 0x6539BC) is known color: Purple Heart. HEX triplet: 65, 39 and BC. RGB value is (101,57,188). Sum of RGB (Red+Green+Blue) = 101+57+188=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #6539BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6539BC is #9AC643. Grayscale: #545454. Windows color (decimal): -10143300 or 12335461. OLE color: 12335461.
HSL color Cylindrical-coordinate representation of color #6539BC: hue angle of 260.15º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6539BC is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 57 | 188 | - |
| CMYK | 0.46 | 0.70 | 0 | 0.26 |
| HSL | 260.15º | 0.53% | 0.48% | - |
| HSV(B) | 260.15º | 0.7% | 0.74% | - |
| XYZ | 15.91 | 9.32 | 48.54 | - |
| YUV | 85.09 | 186.08 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 57 | 188 | 0.46 | 0.70 | 0 | 0.26 | 260.15 | 0.53 | 0.48 |
| Hex | 65 | 39 | BC | 2E | 46 | 0 | 1A | 104 | 35 | 30 |
| Octal | 145 | 71 | 274 | 56 | 106 | 0 | 32 | 404 | 65 | 60 |
| Binary | 1100101 | 111001 | 10111100 | 101110 | 1000110 | 0 | 11010 | 100000100 | 110101 | 110000 |
Color Harmonies of #6539BC
Complementary color
Monochromatic Colors of #6539BC
Black with #6539BC
Text Example
Text Example
White with #6539BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6539BC; }
p { color: rgb(101,57,188); }
H1.HeaderClassName
{
color: #6539BC;
}
.AnyTagClassName
{
color: #6539BC;
}
</style>
background-color css
<style>
a { background-color: #6539BC; }
a { background-color: rgb(101,57,188); }
div.DivClassName
{
background-color: #6539BC;
}
.BgClassName
{
background-color: #6539BC;
}
</style>
border-color css
<style>
span { border-color: #6539BC; }
span { border-color: rgb(101,57,188); }
td.TdClassName
{
border-color: #6539BC;
}
.TagClassName
{
border-color: #6539BC;
}
</style>