Shades of Purple Heart #7540CB
Tints of Purple Heart #7540CB
RGB
CMYK
RGB Variations
Color information
#7540CB (or 0x7540CB) is known color: Purple Heart. HEX triplet: 75, 40 and CB. RGB value is (117,64,203). Sum of RGB (Red+Green+Blue) = 117+64+203=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #7540CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7540CB is #8ABF34. Grayscale: #5F5F5F. Windows color (decimal): -9092917 or 13320309. OLE color: 13320309.
HSL color Cylindrical-coordinate representation of color #7540CB: hue angle of 262.88º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7540CB is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 64 | 203 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.20 |
| HSL | 262.88º | 0.57% | 0.52% | - |
| HSV(B) | 262.88º | 0.68% | 0.8% | - |
| XYZ | 19.95 | 11.76 | 57.72 | - |
| YUV | 95.69 | 188.56 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 203 | 0.42 | 0.68 | 0 | 0.20 | 262.88 | 0.57 | 0.52 |
| Hex | 75 | 40 | CB | 2A | 44 | 0 | 14 | 107 | 39 | 34 |
| Octal | 165 | 100 | 313 | 52 | 104 | 0 | 24 | 407 | 71 | 64 |
| Binary | 1110101 | 1000000 | 11001011 | 101010 | 1000100 | 0 | 10100 | 100000111 | 111001 | 110100 |
Color Harmonies of #7540CB
Complementary color
Monochromatic Colors of #7540CB
Black with #7540CB
Text Example
Text Example
White with #7540CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7540CB; }
p { color: rgb(117,64,203); }
H1.HeaderClassName
{
color: #7540CB;
}
.AnyTagClassName
{
color: #7540CB;
}
</style>
background-color css
<style>
a { background-color: #7540CB; }
a { background-color: rgb(117,64,203); }
div.DivClassName
{
background-color: #7540CB;
}
.BgClassName
{
background-color: #7540CB;
}
</style>
border-color css
<style>
span { border-color: #7540CB; }
span { border-color: rgb(117,64,203); }
td.TdClassName
{
border-color: #7540CB;
}
.TagClassName
{
border-color: #7540CB;
}
</style>