Shades of Purple Heart #751FCB
Tints of Purple Heart #751FCB
RGB
CMYK
RGB Variations
Color information
#751FCB (or 0x751FCB) is known color: Purple Heart. HEX triplet: 75, 1F and CB. RGB value is (117,31,203). Sum of RGB (Red+Green+Blue) = 117+31+203=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #751FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751FCB is #8AE034. Grayscale: #4B4B4B. Windows color (decimal): -9101365 or 13311861. OLE color: 13311861.
HSL color Cylindrical-coordinate representation of color #751FCB: hue angle of 270º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751FCB is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 31 | 203 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.20 |
| HSL | 270º | 0.74% | 0.46% | - |
| HSV(B) | 270º | 0.85% | 0.8% | - |
| XYZ | 18.61 | 9.07 | 57.27 | - |
| YUV | 76.32 | 199.49 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 31 | 203 | 0.42 | 0.85 | 0 | 0.20 | 270 | 0.74 | 0.46 |
| Hex | 75 | 1F | CB | 2A | 55 | 0 | 14 | 10E | 4A | 2E |
| Octal | 165 | 37 | 313 | 52 | 125 | 0 | 24 | 416 | 112 | 56 |
| Binary | 1110101 | 11111 | 11001011 | 101010 | 1010101 | 0 | 10100 | 100001110 | 1001010 | 101110 |
Color Harmonies of #751FCB
Complementary color
Monochromatic Colors of #751FCB
Black with #751FCB
Text Example
Text Example
White with #751FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751FCB; }
p { color: rgb(117,31,203); }
H1.HeaderClassName
{
color: #751FCB;
}
.AnyTagClassName
{
color: #751FCB;
}
</style>
background-color css
<style>
a { background-color: #751FCB; }
a { background-color: rgb(117,31,203); }
div.DivClassName
{
background-color: #751FCB;
}
.BgClassName
{
background-color: #751FCB;
}
</style>
border-color css
<style>
span { border-color: #751FCB; }
span { border-color: rgb(117,31,203); }
td.TdClassName
{
border-color: #751FCB;
}
.TagClassName
{
border-color: #751FCB;
}
</style>