Shades of Purple Heart #6541BC
Tints of Purple Heart #6541BC
RGB
CMYK
RGB Variations
Color information
#6541BC (or 0x6541BC) is known color: Purple Heart. HEX triplet: 65, 41 and BC. RGB value is (101,65,188). Sum of RGB (Red+Green+Blue) = 101+65+188=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #6541BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6541BC is #9ABE43. Grayscale: #595959. Windows color (decimal): -10141252 or 12337509. OLE color: 12337509.
HSL color Cylindrical-coordinate representation of color #6541BC: hue angle of 257.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6541BC is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 65 | 188 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.26 |
| HSL | 257.56º | 0.49% | 0.5% | - |
| HSV(B) | 257.56º | 0.65% | 0.74% | - |
| XYZ | 16.33 | 10.18 | 48.68 | - |
| YUV | 89.79 | 183.43 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 188 | 0.46 | 0.65 | 0 | 0.26 | 257.56 | 0.49 | 0.5 |
| Hex | 65 | 41 | BC | 2E | 41 | 0 | 1A | 102 | 31 | 32 |
| Octal | 145 | 101 | 274 | 56 | 101 | 0 | 32 | 402 | 61 | 62 |
| Binary | 1100101 | 1000001 | 10111100 | 101110 | 1000001 | 0 | 11010 | 100000010 | 110001 | 110010 |
Color Harmonies of #6541BC
Complementary color
Monochromatic Colors of #6541BC
Black with #6541BC
Text Example
Text Example
White with #6541BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6541BC; }
p { color: rgb(101,65,188); }
H1.HeaderClassName
{
color: #6541BC;
}
.AnyTagClassName
{
color: #6541BC;
}
</style>
background-color css
<style>
a { background-color: #6541BC; }
a { background-color: rgb(101,65,188); }
div.DivClassName
{
background-color: #6541BC;
}
.BgClassName
{
background-color: #6541BC;
}
</style>
border-color css
<style>
span { border-color: #6541BC; }
span { border-color: rgb(101,65,188); }
td.TdClassName
{
border-color: #6541BC;
}
.TagClassName
{
border-color: #6541BC;
}
</style>