Shades of Purple Heart #6545BE
Tints of Purple Heart #6545BE
RGB
CMYK
RGB Variations
Color information
#6545BE (or 0x6545BE) is known color: Purple Heart. HEX triplet: 65, 45 and BE. RGB value is (101,69,190). Sum of RGB (Red+Green+Blue) = 101+69+190=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #6545BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6545BE is #9ABA41. Grayscale: #5B5B5B. Windows color (decimal): -10140226 or 12469605. OLE color: 12469605.
HSL color Cylindrical-coordinate representation of color #6545BE: hue angle of 255.87º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6545BE is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 69 | 190 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.25 |
| HSL | 255.87º | 0.48% | 0.51% | - |
| HSV(B) | 255.87º | 0.64% | 0.75% | - |
| XYZ | 16.79 | 10.74 | 49.9 | - |
| YUV | 92.36 | 183.1 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 190 | 0.47 | 0.64 | 0 | 0.25 | 255.87 | 0.48 | 0.51 |
| Hex | 65 | 45 | BE | 2F | 40 | 0 | 19 | 100 | 30 | 33 |
| Octal | 145 | 105 | 276 | 57 | 100 | 0 | 31 | 400 | 60 | 63 |
| Binary | 1100101 | 1000101 | 10111110 | 101111 | 1000000 | 0 | 11001 | 100000000 | 110000 | 110011 |
Color Harmonies of #6545BE
Complementary color
Monochromatic Colors of #6545BE
Black with #6545BE
Text Example
Text Example
White with #6545BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6545BE; }
p { color: rgb(101,69,190); }
H1.HeaderClassName
{
color: #6545BE;
}
.AnyTagClassName
{
color: #6545BE;
}
</style>
background-color css
<style>
a { background-color: #6545BE; }
a { background-color: rgb(101,69,190); }
div.DivClassName
{
background-color: #6545BE;
}
.BgClassName
{
background-color: #6545BE;
}
</style>
border-color css
<style>
span { border-color: #6545BE; }
span { border-color: rgb(101,69,190); }
td.TdClassName
{
border-color: #6545BE;
}
.TagClassName
{
border-color: #6545BE;
}
</style>