Shades of Purple Heart #7727BC
Tints of Purple Heart #7727BC
RGB
CMYK
RGB Variations
Color information
#7727BC (or 0x7727BC) is known color: Purple Heart. HEX triplet: 77, 27 and BC. RGB value is (119,39,188). Sum of RGB (Red+Green+Blue) = 119+39+188=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #7727BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7727BC is #88D843. Grayscale: #4F4F4F. Windows color (decimal): -8968260 or 12330871. OLE color: 12330871.
HSL color Cylindrical-coordinate representation of color #7727BC: hue angle of 272.21º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7727BC is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 39 | 188 | - |
| CMYK | 0.37 | 0.79 | 0 | 0.26 |
| HSL | 272.21º | 0.66% | 0.45% | - |
| HSV(B) | 272.21º | 0.79% | 0.74% | - |
| XYZ | 17.41 | 9 | 48.4 | - |
| YUV | 79.91 | 189 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 39 | 188 | 0.37 | 0.79 | 0 | 0.26 | 272.21 | 0.66 | 0.45 |
| Hex | 77 | 27 | BC | 25 | 4F | 0 | 1A | 110 | 42 | 2D |
| Octal | 167 | 47 | 274 | 45 | 117 | 0 | 32 | 420 | 102 | 55 |
| Binary | 1110111 | 100111 | 10111100 | 100101 | 1001111 | 0 | 11010 | 100010000 | 1000010 | 101101 |
Color Harmonies of #7727BC
Complementary color
Monochromatic Colors of #7727BC
Black with #7727BC
Text Example
Text Example
White with #7727BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7727BC; }
p { color: rgb(119,39,188); }
H1.HeaderClassName
{
color: #7727BC;
}
.AnyTagClassName
{
color: #7727BC;
}
</style>
background-color css
<style>
a { background-color: #7727BC; }
a { background-color: rgb(119,39,188); }
div.DivClassName
{
background-color: #7727BC;
}
.BgClassName
{
background-color: #7727BC;
}
</style>
border-color css
<style>
span { border-color: #7727BC; }
span { border-color: rgb(119,39,188); }
td.TdClassName
{
border-color: #7727BC;
}
.TagClassName
{
border-color: #7727BC;
}
</style>