Shades of Purple Heart #752BCF
Tints of Purple Heart #752BCF
RGB
CMYK
RGB Variations
Color information
#752BCF (or 0x752BCF) is known color: Purple Heart. HEX triplet: 75, 2B and CF. RGB value is (117,43,207). Sum of RGB (Red+Green+Blue) = 117+43+207=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #752BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BCF is #8AD430. Grayscale: #535353. Windows color (decimal): -9098289 or 13577077. OLE color: 13577077.
HSL color Cylindrical-coordinate representation of color #752BCF: hue angle of 267.07º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #752BCF is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 43 | 207 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.19 |
| HSL | 267.07º | 0.66% | 0.49% | - |
| HSV(B) | 267.07º | 0.79% | 0.81% | - |
| XYZ | 19.46 | 10.01 | 59.94 | - |
| YUV | 83.82 | 197.52 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 207 | 0.43 | 0.79 | 0 | 0.19 | 267.07 | 0.66 | 0.49 |
| Hex | 75 | 2B | CF | 2B | 4F | 0 | 13 | 10B | 42 | 31 |
| Octal | 165 | 53 | 317 | 53 | 117 | 0 | 23 | 413 | 102 | 61 |
| Binary | 1110101 | 101011 | 11001111 | 101011 | 1001111 | 0 | 10011 | 100001011 | 1000010 | 110001 |
Color Harmonies of #752BCF
Complementary color
Monochromatic Colors of #752BCF
Black with #752BCF
Text Example
Text Example
White with #752BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752BCF; }
p { color: rgb(117,43,207); }
H1.HeaderClassName
{
color: #752BCF;
}
.AnyTagClassName
{
color: #752BCF;
}
</style>
background-color css
<style>
a { background-color: #752BCF; }
a { background-color: rgb(117,43,207); }
div.DivClassName
{
background-color: #752BCF;
}
.BgClassName
{
background-color: #752BCF;
}
</style>
border-color css
<style>
span { border-color: #752BCF; }
span { border-color: rgb(117,43,207); }
td.TdClassName
{
border-color: #752BCF;
}
.TagClassName
{
border-color: #752BCF;
}
</style>