Shades of Purple Heart #7512CC
Tints of Purple Heart #7512CC
RGB
CMYK
RGB Variations
Color information
#7512CC (or 0x7512CC) is known color: Purple Heart. HEX triplet: 75, 12 and CC. RGB value is (117,18,204). Sum of RGB (Red+Green+Blue) = 117+18+204=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #7512CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7512CC is #8AED33. Grayscale: #444444. Windows color (decimal): -9104692 or 13374069. OLE color: 13374069.
HSL color Cylindrical-coordinate representation of color #7512CC: hue angle of 271.94º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7512CC is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 18 | 204 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.2 |
| HSL | 271.94º | 0.84% | 0.44% | - |
| HSV(B) | 271.94º | 0.91% | 0.8% | - |
| XYZ | 18.45 | 8.57 | 57.81 | - |
| YUV | 68.81 | 204.3 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 18 | 204 | 0.43 | 0.91 | 0 | 0.2 | 271.94 | 0.84 | 0.44 |
| Hex | 75 | 12 | CC | 2B | 5B | 0 | 14 | 110 | 54 | 2C |
| Octal | 165 | 22 | 314 | 53 | 133 | 0 | 24 | 420 | 124 | 54 |
| Binary | 1110101 | 10010 | 11001100 | 101011 | 1011011 | 0 | 10100 | 100010000 | 1010100 | 101100 |
Color Harmonies of #7512CC
Complementary color
Monochromatic Colors of #7512CC
Black with #7512CC
Text Example
Text Example
White with #7512CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7512CC; }
p { color: rgb(117,18,204); }
H1.HeaderClassName
{
color: #7512CC;
}
.AnyTagClassName
{
color: #7512CC;
}
</style>
background-color css
<style>
a { background-color: #7512CC; }
a { background-color: rgb(117,18,204); }
div.DivClassName
{
background-color: #7512CC;
}
.BgClassName
{
background-color: #7512CC;
}
</style>
border-color css
<style>
span { border-color: #7512CC; }
span { border-color: rgb(117,18,204); }
td.TdClassName
{
border-color: #7512CC;
}
.TagClassName
{
border-color: #7512CC;
}
</style>