Shades of Purple Heart #752ECB
Tints of Purple Heart #752ECB
RGB
CMYK
RGB Variations
Color information
#752ECB (or 0x752ECB) is known color: Purple Heart. HEX triplet: 75, 2E and CB. RGB value is (117,46,203). Sum of RGB (Red+Green+Blue) = 117+46+203=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #752ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752ECB is #8AD134. Grayscale: #545454. Windows color (decimal): -9097525 or 13315701. OLE color: 13315701.
HSL color Cylindrical-coordinate representation of color #752ECB: hue angle of 267.13º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #752ECB is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 46 | 203 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.20 |
| HSL | 267.13º | 0.63% | 0.49% | - |
| HSV(B) | 267.13º | 0.77% | 0.8% | - |
| XYZ | 19.09 | 10.05 | 57.43 | - |
| YUV | 85.13 | 194.52 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 203 | 0.42 | 0.77 | 0 | 0.20 | 267.13 | 0.63 | 0.49 |
| Hex | 75 | 2E | CB | 2A | 4D | 0 | 14 | 10B | 3F | 31 |
| Octal | 165 | 56 | 313 | 52 | 115 | 0 | 24 | 413 | 77 | 61 |
| Binary | 1110101 | 101110 | 11001011 | 101010 | 1001101 | 0 | 10100 | 100001011 | 111111 | 110001 |
Color Harmonies of #752ECB
Complementary color
Monochromatic Colors of #752ECB
Black with #752ECB
Text Example
Text Example
White with #752ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752ECB; }
p { color: rgb(117,46,203); }
H1.HeaderClassName
{
color: #752ECB;
}
.AnyTagClassName
{
color: #752ECB;
}
</style>
background-color css
<style>
a { background-color: #752ECB; }
a { background-color: rgb(117,46,203); }
div.DivClassName
{
background-color: #752ECB;
}
.BgClassName
{
background-color: #752ECB;
}
</style>
border-color css
<style>
span { border-color: #752ECB; }
span { border-color: rgb(117,46,203); }
td.TdClassName
{
border-color: #752ECB;
}
.TagClassName
{
border-color: #752ECB;
}
</style>