Shades of Blue Violet #773CFB
Tints of Blue Violet #773CFB
RGB
CMYK
RGB Variations
Color information
#773CFB (or 0x773CFB) is known color: Blue Violet. HEX triplet: 77, 3C and FB. RGB value is (119,60,251). Sum of RGB (Red+Green+Blue) = 119+60+251=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #773CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773CFB is #88C304. Grayscale: #626262. Windows color (decimal): -8962821 or 16465015. OLE color: 16465015.
HSL color Cylindrical-coordinate representation of color #773CFB: hue angle of 258.53º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #773CFB is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 60 | 251 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.02 |
| HSL | 258.53º | 0.96% | 0.61% | - |
| HSV(B) | 258.53º | 0.76% | 0.98% | - |
| XYZ | 26.64 | 14.12 | 92.59 | - |
| YUV | 99.42 | 213.55 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 251 | 0.53 | 0.76 | 0 | 0.02 | 258.53 | 0.96 | 0.61 |
| Hex | 77 | 3C | FB | 35 | 4C | 0 | 2 | 103 | 60 | 3D |
| Octal | 167 | 74 | 373 | 65 | 114 | 0 | 2 | 403 | 140 | 75 |
| Binary | 1110111 | 111100 | 11111011 | 110101 | 1001100 | 0 | 10 | 100000011 | 1100000 | 111101 |
Color Harmonies of #773CFB
Complementary color
Monochromatic Colors of #773CFB
Black with #773CFB
Text Example
Text Example
White with #773CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773CFB; }
p { color: rgb(119,60,251); }
H1.HeaderClassName
{
color: #773CFB;
}
.AnyTagClassName
{
color: #773CFB;
}
</style>
background-color css
<style>
a { background-color: #773CFB; }
a { background-color: rgb(119,60,251); }
div.DivClassName
{
background-color: #773CFB;
}
.BgClassName
{
background-color: #773CFB;
}
</style>
border-color css
<style>
span { border-color: #773CFB; }
span { border-color: rgb(119,60,251); }
td.TdClassName
{
border-color: #773CFB;
}
.TagClassName
{
border-color: #773CFB;
}
</style>