Shades of Purple Heart #750CB3
Tints of Purple Heart #750CB3
RGB
CMYK
RGB Variations
Color information
#750CB3 (or 0x750CB3) is known color: Purple Heart. HEX triplet: 75, 0C and B3. RGB value is (117,12,179). Sum of RGB (Red+Green+Blue) = 117+12+179=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 179 (70.31% from 255 or 58.12% from 308); Max value from RGB is 179 - color contains mainly: blue. Hex color #750CB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750CB3 is #8AF34C. Grayscale: #3D3D3D. Windows color (decimal): -9106253 or 11734133. OLE color: 11734133.
HSL color Cylindrical-coordinate representation of color #750CB3: hue angle of 277.72º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750CB3 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 12 | 179 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.30 |
| HSL | 277.72º | 0.87% | 0.37% | - |
| HSV(B) | 277.72º | 0.93% | 0.7% | - |
| XYZ | 15.6 | 7.3 | 43.23 | - |
| YUV | 62.43 | 193.79 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 179 | 0.35 | 0.93 | 0 | 0.30 | 277.72 | 0.87 | 0.37 |
| Hex | 75 | C | B3 | 23 | 5D | 0 | 1E | 116 | 57 | 25 |
| Octal | 165 | 14 | 263 | 43 | 135 | 0 | 36 | 426 | 127 | 45 |
| Binary | 1110101 | 1100 | 10110011 | 100011 | 1011101 | 0 | 11110 | 100010110 | 1010111 | 100101 |
Color Harmonies of #750CB3
Complementary color
Monochromatic Colors of #750CB3
Black with #750CB3
Text Example
Text Example
White with #750CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750CB3; }
p { color: rgb(117,12,179); }
H1.HeaderClassName
{
color: #750CB3;
}
.AnyTagClassName
{
color: #750CB3;
}
</style>
background-color css
<style>
a { background-color: #750CB3; }
a { background-color: rgb(117,12,179); }
div.DivClassName
{
background-color: #750CB3;
}
.BgClassName
{
background-color: #750CB3;
}
</style>
border-color css
<style>
span { border-color: #750CB3; }
span { border-color: rgb(117,12,179); }
td.TdClassName
{
border-color: #750CB3;
}
.TagClassName
{
border-color: #750CB3;
}
</style>