Shades of Purple Heart #773FCB
Tints of Purple Heart #773FCB
RGB
CMYK
RGB Variations
Color information
#773FCB (or 0x773FCB) is known color: Purple Heart. HEX triplet: 77, 3F and CB. RGB value is (119,63,203). Sum of RGB (Red+Green+Blue) = 119+63+203=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #773FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773FCB is #88C034. Grayscale: #5F5F5F. Windows color (decimal): -8962101 or 13320055. OLE color: 13320055.
HSL color Cylindrical-coordinate representation of color #773FCB: hue angle of 264º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #773FCB is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 63 | 203 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.20 |
| HSL | 264º | 0.57% | 0.52% | - |
| HSV(B) | 264º | 0.69% | 0.8% | - |
| XYZ | 20.16 | 11.79 | 57.71 | - |
| YUV | 95.7 | 188.55 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 203 | 0.41 | 0.69 | 0 | 0.20 | 264 | 0.57 | 0.52 |
| Hex | 77 | 3F | CB | 29 | 45 | 0 | 14 | 108 | 39 | 34 |
| Octal | 167 | 77 | 313 | 51 | 105 | 0 | 24 | 410 | 71 | 64 |
| Binary | 1110111 | 111111 | 11001011 | 101001 | 1000101 | 0 | 10100 | 100001000 | 111001 | 110100 |
Color Harmonies of #773FCB
Complementary color
Monochromatic Colors of #773FCB
Black with #773FCB
Text Example
Text Example
White with #773FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773FCB; }
p { color: rgb(119,63,203); }
H1.HeaderClassName
{
color: #773FCB;
}
.AnyTagClassName
{
color: #773FCB;
}
</style>
background-color css
<style>
a { background-color: #773FCB; }
a { background-color: rgb(119,63,203); }
div.DivClassName
{
background-color: #773FCB;
}
.BgClassName
{
background-color: #773FCB;
}
</style>
border-color css
<style>
span { border-color: #773FCB; }
span { border-color: rgb(119,63,203); }
td.TdClassName
{
border-color: #773FCB;
}
.TagClassName
{
border-color: #773FCB;
}
</style>