Shades of Purple Heart #751CC2
Tints of Purple Heart #751CC2
RGB
CMYK
RGB Variations
Color information
#751CC2 (or 0x751CC2) is known color: Purple Heart. HEX triplet: 75, 1C and C2. RGB value is (117,28,194). Sum of RGB (Red+Green+Blue) = 117+28+194=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 194 (76.17% from 255 or 57.23% from 339); Max value from RGB is 194 - color contains mainly: blue. Hex color #751CC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751CC2 is #8AE33D. Grayscale: #484848. Windows color (decimal): -9102142 or 12721269. OLE color: 12721269.
HSL color Cylindrical-coordinate representation of color #751CC2: hue angle of 272.17º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751CC2 is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 28 | 194 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.24 |
| HSL | 272.17º | 0.75% | 0.44% | - |
| HSV(B) | 272.17º | 0.86% | 0.76% | - |
| XYZ | 17.49 | 8.51 | 51.76 | - |
| YUV | 73.54 | 195.99 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 194 | 0.40 | 0.86 | 0 | 0.24 | 272.17 | 0.75 | 0.44 |
| Hex | 75 | 1C | C2 | 28 | 56 | 0 | 18 | 110 | 4B | 2C |
| Octal | 165 | 34 | 302 | 50 | 126 | 0 | 30 | 420 | 113 | 54 |
| Binary | 1110101 | 11100 | 11000010 | 101000 | 1010110 | 0 | 11000 | 100010000 | 1001011 | 101100 |
Color Harmonies of #751CC2
Complementary color
Monochromatic Colors of #751CC2
Black with #751CC2
Text Example
Text Example
White with #751CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751CC2; }
p { color: rgb(117,28,194); }
H1.HeaderClassName
{
color: #751CC2;
}
.AnyTagClassName
{
color: #751CC2;
}
</style>
background-color css
<style>
a { background-color: #751CC2; }
a { background-color: rgb(117,28,194); }
div.DivClassName
{
background-color: #751CC2;
}
.BgClassName
{
background-color: #751CC2;
}
</style>
border-color css
<style>
span { border-color: #751CC2; }
span { border-color: rgb(117,28,194); }
td.TdClassName
{
border-color: #751CC2;
}
.TagClassName
{
border-color: #751CC2;
}
</style>