Shades of Purple Heart #773FCE
Tints of Purple Heart #773FCE
RGB
CMYK
RGB Variations
Color information
#773FCE (or 0x773FCE) is known color: Purple Heart. HEX triplet: 77, 3F and CE. RGB value is (119,63,206). Sum of RGB (Red+Green+Blue) = 119+63+206=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #773FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773FCE is #88C031. Grayscale: #5F5F5F. Windows color (decimal): -8962098 or 13516663. OLE color: 13516663.
HSL color Cylindrical-coordinate representation of color #773FCE: hue angle of 263.5º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #773FCE is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 63 | 206 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.19 |
| HSL | 263.5º | 0.59% | 0.53% | - |
| HSV(B) | 263.5º | 0.69% | 0.81% | - |
| XYZ | 20.53 | 11.93 | 59.61 | - |
| YUV | 96.05 | 190.05 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 206 | 0.42 | 0.69 | 0 | 0.19 | 263.5 | 0.59 | 0.53 |
| Hex | 77 | 3F | CE | 2A | 45 | 0 | 13 | 107 | 3B | 35 |
| Octal | 167 | 77 | 316 | 52 | 105 | 0 | 23 | 407 | 73 | 65 |
| Binary | 1110111 | 111111 | 11001110 | 101010 | 1000101 | 0 | 10011 | 100000111 | 111011 | 110101 |
Color Harmonies of #773FCE
Complementary color
Monochromatic Colors of #773FCE
Black with #773FCE
Text Example
Text Example
White with #773FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773FCE; }
p { color: rgb(119,63,206); }
H1.HeaderClassName
{
color: #773FCE;
}
.AnyTagClassName
{
color: #773FCE;
}
</style>
background-color css
<style>
a { background-color: #773FCE; }
a { background-color: rgb(119,63,206); }
div.DivClassName
{
background-color: #773FCE;
}
.BgClassName
{
background-color: #773FCE;
}
</style>
border-color css
<style>
span { border-color: #773FCE; }
span { border-color: rgb(119,63,206); }
td.TdClassName
{
border-color: #773FCE;
}
.TagClassName
{
border-color: #773FCE;
}
</style>