Shades of Purple Heart #753FC8
Tints of Purple Heart #753FC8
RGB
CMYK
RGB Variations
Color information
#753FC8 (or 0x753FC8) is known color: Purple Heart. HEX triplet: 75, 3F and C8. RGB value is (117,63,200). Sum of RGB (Red+Green+Blue) = 117+63+200=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #753FC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753FC8 is #8AC037. Grayscale: #5E5E5E. Windows color (decimal): -9093176 or 13123445. OLE color: 13123445.
HSL color Cylindrical-coordinate representation of color #753FC8: hue angle of 263.65º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #753FC8 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 63 | 200 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.22 |
| HSL | 263.65º | 0.55% | 0.52% | - |
| HSV(B) | 263.65º | 0.69% | 0.78% | - |
| XYZ | 19.54 | 11.51 | 55.83 | - |
| YUV | 94.76 | 187.39 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 200 | 0.42 | 0.68 | 0 | 0.22 | 263.65 | 0.55 | 0.52 |
| Hex | 75 | 3F | C8 | 2A | 44 | 0 | 16 | 108 | 37 | 34 |
| Octal | 165 | 77 | 310 | 52 | 104 | 0 | 26 | 410 | 67 | 64 |
| Binary | 1110101 | 111111 | 11001000 | 101010 | 1000100 | 0 | 10110 | 100001000 | 110111 | 110100 |
Color Harmonies of #753FC8
Complementary color
Monochromatic Colors of #753FC8
Black with #753FC8
Text Example
Text Example
White with #753FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753FC8; }
p { color: rgb(117,63,200); }
H1.HeaderClassName
{
color: #753FC8;
}
.AnyTagClassName
{
color: #753FC8;
}
</style>
background-color css
<style>
a { background-color: #753FC8; }
a { background-color: rgb(117,63,200); }
div.DivClassName
{
background-color: #753FC8;
}
.BgClassName
{
background-color: #753FC8;
}
</style>
border-color css
<style>
span { border-color: #753FC8; }
span { border-color: rgb(117,63,200); }
td.TdClassName
{
border-color: #753FC8;
}
.TagClassName
{
border-color: #753FC8;
}
</style>