Shades of Purple Heart #7510CC
Tints of Purple Heart #7510CC
RGB
CMYK
RGB Variations
Color information
#7510CC (or 0x7510CC) is known color: Purple Heart. HEX triplet: 75, 10 and CC. RGB value is (117,16,204). Sum of RGB (Red+Green+Blue) = 117+16+204=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #7510CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7510CC is #8AEF33. Grayscale: #424242. Windows color (decimal): -9105204 or 13373557. OLE color: 13373557.
HSL color Cylindrical-coordinate representation of color #7510CC: hue angle of 272.23º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7510CC is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 16 | 204 | - |
| CMYK | 0.43 | 0.92 | 0 | 0.2 |
| HSL | 272.23º | 0.85% | 0.43% | - |
| HSV(B) | 272.23º | 0.92% | 0.8% | - |
| XYZ | 18.42 | 8.51 | 57.8 | - |
| YUV | 67.63 | 204.96 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 16 | 204 | 0.43 | 0.92 | 0 | 0.2 | 272.23 | 0.85 | 0.43 |
| Hex | 75 | 10 | CC | 2B | 5C | 0 | 14 | 110 | 55 | 2B |
| Octal | 165 | 20 | 314 | 53 | 134 | 0 | 24 | 420 | 125 | 53 |
| Binary | 1110101 | 10000 | 11001100 | 101011 | 1011100 | 0 | 10100 | 100010000 | 1010101 | 101011 |
Color Harmonies of #7510CC
Complementary color
Monochromatic Colors of #7510CC
Black with #7510CC
Text Example
Text Example
White with #7510CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7510CC; }
p { color: rgb(117,16,204); }
H1.HeaderClassName
{
color: #7510CC;
}
.AnyTagClassName
{
color: #7510CC;
}
</style>
background-color css
<style>
a { background-color: #7510CC; }
a { background-color: rgb(117,16,204); }
div.DivClassName
{
background-color: #7510CC;
}
.BgClassName
{
background-color: #7510CC;
}
</style>
border-color css
<style>
span { border-color: #7510CC; }
span { border-color: rgb(117,16,204); }
td.TdClassName
{
border-color: #7510CC;
}
.TagClassName
{
border-color: #7510CC;
}
</style>