Shades of Purple Heart #7F46CB
Tints of Purple Heart #7F46CB
RGB
CMYK
RGB Variations
Color information
#7F46CB (or 0x7F46CB) is known color: Purple Heart. HEX triplet: 7F, 46 and CB. RGB value is (127,70,203). Sum of RGB (Red+Green+Blue) = 127+70+203=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F46CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F46CB is #80B934. Grayscale: #656565. Windows color (decimal): -8436021 or 13321855. OLE color: 13321855.
HSL color Cylindrical-coordinate representation of color #7F46CB: hue angle of 265.71º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F46CB is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 70 | 203 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.20 |
| HSL | 265.71º | 0.56% | 0.54% | - |
| HSV(B) | 265.71º | 0.66% | 0.8% | - |
| XYZ | 21.72 | 13.2 | 57.9 | - |
| YUV | 102.21 | 184.88 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 70 | 203 | 0.37 | 0.66 | 0 | 0.20 | 265.71 | 0.56 | 0.54 |
| Hex | 7F | 46 | CB | 25 | 42 | 0 | 14 | 10A | 38 | 36 |
| Octal | 177 | 106 | 313 | 45 | 102 | 0 | 24 | 412 | 70 | 66 |
| Binary | 1111111 | 1000110 | 11001011 | 100101 | 1000010 | 0 | 10100 | 100001010 | 111000 | 110110 |
Color Harmonies of #7F46CB
Complementary color
Monochromatic Colors of #7F46CB
Black with #7F46CB
Text Example
Text Example
White with #7F46CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F46CB; }
p { color: rgb(127,70,203); }
H1.HeaderClassName
{
color: #7F46CB;
}
.AnyTagClassName
{
color: #7F46CB;
}
</style>
background-color css
<style>
a { background-color: #7F46CB; }
a { background-color: rgb(127,70,203); }
div.DivClassName
{
background-color: #7F46CB;
}
.BgClassName
{
background-color: #7F46CB;
}
</style>
border-color css
<style>
span { border-color: #7F46CB; }
span { border-color: rgb(127,70,203); }
td.TdClassName
{
border-color: #7F46CB;
}
.TagClassName
{
border-color: #7F46CB;
}
</style>