Shades of Purple Heart #750CB0
Tints of Purple Heart #750CB0
RGB
CMYK
RGB Variations
Color information
#750CB0 (or 0x750CB0) is known color: Purple Heart. HEX triplet: 75, 0C and B0. RGB value is (117,12,176). Sum of RGB (Red+Green+Blue) = 117+12+176=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 176 (69.14% from 255 or 57.70% from 305); Max value from RGB is 176 - color contains mainly: blue. Hex color #750CB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750CB0 is #8AF34F. Grayscale: #3D3D3D. Windows color (decimal): -9106256 or 11537525. OLE color: 11537525.
HSL color Cylindrical-coordinate representation of color #750CB0: hue angle of 278.41º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750CB0 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 12 | 176 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.31 |
| HSL | 278.41º | 0.87% | 0.37% | - |
| HSV(B) | 278.41º | 0.93% | 0.69% | - |
| XYZ | 15.3 | 7.18 | 41.65 | - |
| YUV | 62.09 | 192.29 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 176 | 0.34 | 0.93 | 0 | 0.31 | 278.41 | 0.87 | 0.37 |
| Hex | 75 | C | B0 | 22 | 5D | 0 | 1F | 116 | 57 | 25 |
| Octal | 165 | 14 | 260 | 42 | 135 | 0 | 37 | 426 | 127 | 45 |
| Binary | 1110101 | 1100 | 10110000 | 100010 | 1011101 | 0 | 11111 | 100010110 | 1010111 | 100101 |
Color Harmonies of #750CB0
Complementary color
Monochromatic Colors of #750CB0
Black with #750CB0
Text Example
Text Example
White with #750CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750CB0; }
p { color: rgb(117,12,176); }
H1.HeaderClassName
{
color: #750CB0;
}
.AnyTagClassName
{
color: #750CB0;
}
</style>
background-color css
<style>
a { background-color: #750CB0; }
a { background-color: rgb(117,12,176); }
div.DivClassName
{
background-color: #750CB0;
}
.BgClassName
{
background-color: #750CB0;
}
</style>
border-color css
<style>
span { border-color: #750CB0; }
span { border-color: rgb(117,12,176); }
td.TdClassName
{
border-color: #750CB0;
}
.TagClassName
{
border-color: #750CB0;
}
</style>