Shades of Purple Heart #773BCE
Tints of Purple Heart #773BCE
RGB
CMYK
RGB Variations
Color information
#773BCE (or 0x773BCE) is known color: Purple Heart. HEX triplet: 77, 3B and CE. RGB value is (119,59,206). Sum of RGB (Red+Green+Blue) = 119+59+206=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #773BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773BCE is #88C431. Grayscale: #5D5D5D. Windows color (decimal): -8963122 or 13515639. OLE color: 13515639.
HSL color Cylindrical-coordinate representation of color #773BCE: hue angle of 264.49º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #773BCE is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 59 | 206 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.19 |
| HSL | 264.49º | 0.6% | 0.52% | - |
| HSV(B) | 264.49º | 0.71% | 0.81% | - |
| XYZ | 20.31 | 11.51 | 59.54 | - |
| YUV | 93.7 | 191.38 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 206 | 0.42 | 0.71 | 0 | 0.19 | 264.49 | 0.6 | 0.52 |
| Hex | 77 | 3B | CE | 2A | 47 | 0 | 13 | 108 | 3C | 34 |
| Octal | 167 | 73 | 316 | 52 | 107 | 0 | 23 | 410 | 74 | 64 |
| Binary | 1110111 | 111011 | 11001110 | 101010 | 1000111 | 0 | 10011 | 100001000 | 111100 | 110100 |
Color Harmonies of #773BCE
Complementary color
Monochromatic Colors of #773BCE
Black with #773BCE
Text Example
Text Example
White with #773BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773BCE; }
p { color: rgb(119,59,206); }
H1.HeaderClassName
{
color: #773BCE;
}
.AnyTagClassName
{
color: #773BCE;
}
</style>
background-color css
<style>
a { background-color: #773BCE; }
a { background-color: rgb(119,59,206); }
div.DivClassName
{
background-color: #773BCE;
}
.BgClassName
{
background-color: #773BCE;
}
</style>
border-color css
<style>
span { border-color: #773BCE; }
span { border-color: rgb(119,59,206); }
td.TdClassName
{
border-color: #773BCE;
}
.TagClassName
{
border-color: #773BCE;
}
</style>