Shades of Purple Heart #7540BB
Tints of Purple Heart #7540BB
RGB
CMYK
RGB Variations
Color information
#7540BB (or 0x7540BB) is known color: Purple Heart. HEX triplet: 75, 40 and BB. RGB value is (117,64,187). Sum of RGB (Red+Green+Blue) = 117+64+187=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #7540BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7540BB is #8ABF44. Grayscale: #5D5D5D. Windows color (decimal): -9092933 or 12271733. OLE color: 12271733.
HSL color Cylindrical-coordinate representation of color #7540BB: hue angle of 265.85º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7540BB is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 64 | 187 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.27 |
| HSL | 265.85º | 0.49% | 0.49% | - |
| HSV(B) | 265.85º | 0.66% | 0.73% | - |
| XYZ | 18.14 | 11.04 | 48.19 | - |
| YUV | 93.87 | 180.56 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 187 | 0.37 | 0.66 | 0 | 0.27 | 265.85 | 0.49 | 0.49 |
| Hex | 75 | 40 | BB | 25 | 42 | 0 | 1B | 10A | 31 | 31 |
| Octal | 165 | 100 | 273 | 45 | 102 | 0 | 33 | 412 | 61 | 61 |
| Binary | 1110101 | 1000000 | 10111011 | 100101 | 1000010 | 0 | 11011 | 100001010 | 110001 | 110001 |
Color Harmonies of #7540BB
Complementary color
Monochromatic Colors of #7540BB
Black with #7540BB
Text Example
Text Example
White with #7540BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7540BB; }
p { color: rgb(117,64,187); }
H1.HeaderClassName
{
color: #7540BB;
}
.AnyTagClassName
{
color: #7540BB;
}
</style>
background-color css
<style>
a { background-color: #7540BB; }
a { background-color: rgb(117,64,187); }
div.DivClassName
{
background-color: #7540BB;
}
.BgClassName
{
background-color: #7540BB;
}
</style>
border-color css
<style>
span { border-color: #7540BB; }
span { border-color: rgb(117,64,187); }
td.TdClassName
{
border-color: #7540BB;
}
.TagClassName
{
border-color: #7540BB;
}
</style>