Shades of Purple Heart #753BBD
Tints of Purple Heart #753BBD
RGB
CMYK
RGB Variations
Color information
#753BBD (or 0x753BBD) is known color: Purple Heart. HEX triplet: 75, 3B and BD. RGB value is (117,59,189). Sum of RGB (Red+Green+Blue) = 117+59+189=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #753BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753BBD is #8AC442. Grayscale: #5A5A5A. Windows color (decimal): -9094211 or 12401525. OLE color: 12401525.
HSL color Cylindrical-coordinate representation of color #753BBD: hue angle of 266.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #753BBD is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 59 | 189 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.26 |
| HSL | 266.77º | 0.52% | 0.49% | - |
| HSV(B) | 266.77º | 0.69% | 0.74% | - |
| XYZ | 18.09 | 10.58 | 49.23 | - |
| YUV | 91.16 | 183.22 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 189 | 0.38 | 0.69 | 0 | 0.26 | 266.77 | 0.52 | 0.49 |
| Hex | 75 | 3B | BD | 26 | 45 | 0 | 1A | 10B | 34 | 31 |
| Octal | 165 | 73 | 275 | 46 | 105 | 0 | 32 | 413 | 64 | 61 |
| Binary | 1110101 | 111011 | 10111101 | 100110 | 1000101 | 0 | 11010 | 100001011 | 110100 | 110001 |
Color Harmonies of #753BBD
Complementary color
Monochromatic Colors of #753BBD
Black with #753BBD
Text Example
Text Example
White with #753BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753BBD; }
p { color: rgb(117,59,189); }
H1.HeaderClassName
{
color: #753BBD;
}
.AnyTagClassName
{
color: #753BBD;
}
</style>
background-color css
<style>
a { background-color: #753BBD; }
a { background-color: rgb(117,59,189); }
div.DivClassName
{
background-color: #753BBD;
}
.BgClassName
{
background-color: #753BBD;
}
</style>
border-color css
<style>
span { border-color: #753BBD; }
span { border-color: rgb(117,59,189); }
td.TdClassName
{
border-color: #753BBD;
}
.TagClassName
{
border-color: #753BBD;
}
</style>