Shades of Purple Heart #753FBC
Tints of Purple Heart #753FBC
RGB
CMYK
RGB Variations
Color information
#753FBC (or 0x753FBC) is known color: Purple Heart. HEX triplet: 75, 3F and BC. RGB value is (117,63,188). Sum of RGB (Red+Green+Blue) = 117+63+188=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #753FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753FBC is #8AC043. Grayscale: #5C5C5C. Windows color (decimal): -9093188 or 12337013. OLE color: 12337013.
HSL color Cylindrical-coordinate representation of color #753FBC: hue angle of 265.92º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #753FBC is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 63 | 188 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.26 |
| HSL | 265.92º | 0.5% | 0.49% | - |
| HSV(B) | 265.92º | 0.66% | 0.74% | - |
| XYZ | 18.19 | 10.97 | 48.74 | - |
| YUV | 93.4 | 181.39 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 188 | 0.38 | 0.66 | 0 | 0.26 | 265.92 | 0.5 | 0.49 |
| Hex | 75 | 3F | BC | 26 | 42 | 0 | 1A | 10A | 32 | 31 |
| Octal | 165 | 77 | 274 | 46 | 102 | 0 | 32 | 412 | 62 | 61 |
| Binary | 1110101 | 111111 | 10111100 | 100110 | 1000010 | 0 | 11010 | 100001010 | 110010 | 110001 |
Color Harmonies of #753FBC
Complementary color
Monochromatic Colors of #753FBC
Black with #753FBC
Text Example
Text Example
White with #753FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753FBC; }
p { color: rgb(117,63,188); }
H1.HeaderClassName
{
color: #753FBC;
}
.AnyTagClassName
{
color: #753FBC;
}
</style>
background-color css
<style>
a { background-color: #753FBC; }
a { background-color: rgb(117,63,188); }
div.DivClassName
{
background-color: #753FBC;
}
.BgClassName
{
background-color: #753FBC;
}
</style>
border-color css
<style>
span { border-color: #753FBC; }
span { border-color: rgb(117,63,188); }
td.TdClassName
{
border-color: #753FBC;
}
.TagClassName
{
border-color: #753FBC;
}
</style>