Shades of Purple Heart #752BC4
Tints of Purple Heart #752BC4
RGB
CMYK
RGB Variations
Color information
#752BC4 (or 0x752BC4) is known color: Purple Heart. HEX triplet: 75, 2B and C4. RGB value is (117,43,196). Sum of RGB (Red+Green+Blue) = 117+43+196=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 196 (76.95% from 255 or 55.06% from 356); Max value from RGB is 196 - color contains mainly: blue. Hex color #752BC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BC4 is #8AD43B. Grayscale: #525252. Windows color (decimal): -9098300 or 12856181. OLE color: 12856181.
HSL color Cylindrical-coordinate representation of color #752BC4: hue angle of 269.02º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752BC4 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 43 | 196 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.23 |
| HSL | 269.02º | 0.64% | 0.47% | - |
| HSV(B) | 269.02º | 0.78% | 0.77% | - |
| XYZ | 18.16 | 9.5 | 53.1 | - |
| YUV | 82.57 | 192.02 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 196 | 0.40 | 0.78 | 0 | 0.23 | 269.02 | 0.64 | 0.47 |
| Hex | 75 | 2B | C4 | 28 | 4E | 0 | 17 | 10D | 40 | 2F |
| Octal | 165 | 53 | 304 | 50 | 116 | 0 | 27 | 415 | 100 | 57 |
| Binary | 1110101 | 101011 | 11000100 | 101000 | 1001110 | 0 | 10111 | 100001101 | 1000000 | 101111 |
Color Harmonies of #752BC4
Complementary color
Monochromatic Colors of #752BC4
Black with #752BC4
Text Example
Text Example
White with #752BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752BC4; }
p { color: rgb(117,43,196); }
H1.HeaderClassName
{
color: #752BC4;
}
.AnyTagClassName
{
color: #752BC4;
}
</style>
background-color css
<style>
a { background-color: #752BC4; }
a { background-color: rgb(117,43,196); }
div.DivClassName
{
background-color: #752BC4;
}
.BgClassName
{
background-color: #752BC4;
}
</style>
border-color css
<style>
span { border-color: #752BC4; }
span { border-color: rgb(117,43,196); }
td.TdClassName
{
border-color: #752BC4;
}
.TagClassName
{
border-color: #752BC4;
}
</style>