Shades of Blue Violet #773CF8
Tints of Blue Violet #773CF8
RGB
CMYK
RGB Variations
Color information
#773CF8 (or 0x773CF8) is known color: Blue Violet. HEX triplet: 77, 3C and F8. RGB value is (119,60,248). Sum of RGB (Red+Green+Blue) = 119+60+248=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 248 (97.27% from 255 or 58.08% from 427); Max value from RGB is 248 - color contains mainly: blue. Hex color #773CF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773CF8 is #88C307. Grayscale: #626262. Windows color (decimal): -8962824 or 16268407. OLE color: 16268407.
HSL color Cylindrical-coordinate representation of color #773CF8: hue angle of 258.83º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #773CF8 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 119 | 60 | 248 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.03 |
| HSL | 258.83º | 0.93% | 0.6% | - |
| HSV(B) | 258.83º | 0.76% | 0.97% | - |
| XYZ | 26.17 | 13.93 | 90.12 | - |
| YUV | 99.07 | 212.05 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 248 | 0.52 | 0.76 | 0 | 0.03 | 258.83 | 0.93 | 0.6 |
| Hex | 77 | 3C | F8 | 34 | 4C | 0 | 3 | 103 | 5D | 3C |
| Octal | 167 | 74 | 370 | 64 | 114 | 0 | 3 | 403 | 135 | 74 |
| Binary | 1110111 | 111100 | 11111000 | 110100 | 1001100 | 0 | 11 | 100000011 | 1011101 | 111100 |
Color Harmonies of #773CF8
Complementary color
Monochromatic Colors of #773CF8
Black with #773CF8
Text Example
Text Example
White with #773CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773CF8; }
p { color: rgb(119,60,248); }
H1.HeaderClassName
{
color: #773CF8;
}
.AnyTagClassName
{
color: #773CF8;
}
</style>
background-color css
<style>
a { background-color: #773CF8; }
a { background-color: rgb(119,60,248); }
div.DivClassName
{
background-color: #773CF8;
}
.BgClassName
{
background-color: #773CF8;
}
</style>
border-color css
<style>
span { border-color: #773CF8; }
span { border-color: rgb(119,60,248); }
td.TdClassName
{
border-color: #773CF8;
}
.TagClassName
{
border-color: #773CF8;
}
</style>