Shades of Purple Heart #753BCE
Tints of Purple Heart #753BCE
RGB
CMYK
RGB Variations
Color information
#753BCE (or 0x753BCE) is known color: Purple Heart. HEX triplet: 75, 3B and CE. RGB value is (117,59,206). Sum of RGB (Red+Green+Blue) = 117+59+206=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #753BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753BCE is #8AC431. Grayscale: #5C5C5C. Windows color (decimal): -9094194 or 13515637. OLE color: 13515637.
HSL color Cylindrical-coordinate representation of color #753BCE: hue angle of 263.67º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #753BCE is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 59 | 206 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.19 |
| HSL | 263.67º | 0.6% | 0.52% | - |
| HSV(B) | 263.67º | 0.71% | 0.81% | - |
| XYZ | 20.04 | 11.37 | 59.53 | - |
| YUV | 93.1 | 191.72 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 206 | 0.43 | 0.71 | 0 | 0.19 | 263.67 | 0.6 | 0.52 |
| Hex | 75 | 3B | CE | 2B | 47 | 0 | 13 | 108 | 3C | 34 |
| Octal | 165 | 73 | 316 | 53 | 107 | 0 | 23 | 410 | 74 | 64 |
| Binary | 1110101 | 111011 | 11001110 | 101011 | 1000111 | 0 | 10011 | 100001000 | 111100 | 110100 |
Color Harmonies of #753BCE
Complementary color
Monochromatic Colors of #753BCE
Black with #753BCE
Text Example
Text Example
White with #753BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753BCE; }
p { color: rgb(117,59,206); }
H1.HeaderClassName
{
color: #753BCE;
}
.AnyTagClassName
{
color: #753BCE;
}
</style>
background-color css
<style>
a { background-color: #753BCE; }
a { background-color: rgb(117,59,206); }
div.DivClassName
{
background-color: #753BCE;
}
.BgClassName
{
background-color: #753BCE;
}
</style>
border-color css
<style>
span { border-color: #753BCE; }
span { border-color: rgb(117,59,206); }
td.TdClassName
{
border-color: #753BCE;
}
.TagClassName
{
border-color: #753BCE;
}
</style>