Shades of Purple Heart #752FCF
Tints of Purple Heart #752FCF
RGB
CMYK
RGB Variations
Color information
#752FCF (or 0x752FCF) is known color: Purple Heart. HEX triplet: 75, 2F and CF. RGB value is (117,47,207). Sum of RGB (Red+Green+Blue) = 117+47+207=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #752FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752FCF is #8AD030. Grayscale: #555555. Windows color (decimal): -9097265 or 13578101. OLE color: 13578101.
HSL color Cylindrical-coordinate representation of color #752FCF: hue angle of 266.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #752FCF is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 47 | 207 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.19 |
| HSL | 266.25º | 0.63% | 0.5% | - |
| HSV(B) | 266.25º | 0.77% | 0.81% | - |
| XYZ | 19.62 | 10.32 | 59.99 | - |
| YUV | 86.17 | 196.19 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 207 | 0.43 | 0.77 | 0 | 0.19 | 266.25 | 0.63 | 0.5 |
| Hex | 75 | 2F | CF | 2B | 4D | 0 | 13 | 10A | 3F | 32 |
| Octal | 165 | 57 | 317 | 53 | 115 | 0 | 23 | 412 | 77 | 62 |
| Binary | 1110101 | 101111 | 11001111 | 101011 | 1001101 | 0 | 10011 | 100001010 | 111111 | 110010 |
Color Harmonies of #752FCF
Complementary color
Monochromatic Colors of #752FCF
Black with #752FCF
Text Example
Text Example
White with #752FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752FCF; }
p { color: rgb(117,47,207); }
H1.HeaderClassName
{
color: #752FCF;
}
.AnyTagClassName
{
color: #752FCF;
}
</style>
background-color css
<style>
a { background-color: #752FCF; }
a { background-color: rgb(117,47,207); }
div.DivClassName
{
background-color: #752FCF;
}
.BgClassName
{
background-color: #752FCF;
}
</style>
border-color css
<style>
span { border-color: #752FCF; }
span { border-color: rgb(117,47,207); }
td.TdClassName
{
border-color: #752FCF;
}
.TagClassName
{
border-color: #752FCF;
}
</style>