Shades of Purple Heart #752FCA
Tints of Purple Heart #752FCA
RGB
CMYK
RGB Variations
Color information
#752FCA (or 0x752FCA) is known color: Purple Heart. HEX triplet: 75, 2F and CA. RGB value is (117,47,202). Sum of RGB (Red+Green+Blue) = 117+47+202=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #752FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752FCA is #8AD035. Grayscale: #555555. Windows color (decimal): -9097270 or 13250421. OLE color: 13250421.
HSL color Cylindrical-coordinate representation of color #752FCA: hue angle of 267.1º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #752FCA is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 47 | 202 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.21 |
| HSL | 267.1º | 0.62% | 0.49% | - |
| HSV(B) | 267.1º | 0.77% | 0.79% | - |
| XYZ | 19.01 | 10.08 | 56.82 | - |
| YUV | 85.6 | 193.69 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 202 | 0.42 | 0.77 | 0 | 0.21 | 267.1 | 0.62 | 0.49 |
| Hex | 75 | 2F | CA | 2A | 4D | 0 | 15 | 10B | 3E | 31 |
| Octal | 165 | 57 | 312 | 52 | 115 | 0 | 25 | 413 | 76 | 61 |
| Binary | 1110101 | 101111 | 11001010 | 101010 | 1001101 | 0 | 10101 | 100001011 | 111110 | 110001 |
Color Harmonies of #752FCA
Complementary color
Monochromatic Colors of #752FCA
Black with #752FCA
Text Example
Text Example
White with #752FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752FCA; }
p { color: rgb(117,47,202); }
H1.HeaderClassName
{
color: #752FCA;
}
.AnyTagClassName
{
color: #752FCA;
}
</style>
background-color css
<style>
a { background-color: #752FCA; }
a { background-color: rgb(117,47,202); }
div.DivClassName
{
background-color: #752FCA;
}
.BgClassName
{
background-color: #752FCA;
}
</style>
border-color css
<style>
span { border-color: #752FCA; }
span { border-color: rgb(117,47,202); }
td.TdClassName
{
border-color: #752FCA;
}
.TagClassName
{
border-color: #752FCA;
}
</style>