Shades of Blue Violet #773FFC
Tints of Blue Violet #773FFC
RGB
CMYK
RGB Variations
Color information
#773FFC (or 0x773FFC) is known color: Blue Violet. HEX triplet: 77, 3F and FC. RGB value is (119,63,252). Sum of RGB (Red+Green+Blue) = 119+63+252=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #773FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773FFC is #88C003. Grayscale: #646464. Windows color (decimal): -8962052 or 16531319. OLE color: 16531319.
HSL color Cylindrical-coordinate representation of color #773FFC: hue angle of 257.78º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #773FFC is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 63 | 252 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.01 |
| HSL | 257.78º | 0.97% | 0.62% | - |
| HSV(B) | 257.78º | 0.75% | 0.99% | - |
| XYZ | 26.96 | 14.51 | 93.47 | - |
| YUV | 101.29 | 213.05 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 252 | 0.53 | 0.75 | 0 | 0.01 | 257.78 | 0.97 | 0.62 |
| Hex | 77 | 3F | FC | 35 | 4B | 0 | 1 | 102 | 61 | 3E |
| Octal | 167 | 77 | 374 | 65 | 113 | 0 | 1 | 402 | 141 | 76 |
| Binary | 1110111 | 111111 | 11111100 | 110101 | 1001011 | 0 | 1 | 100000010 | 1100001 | 111110 |
Color Harmonies of #773FFC
Complementary color
Monochromatic Colors of #773FFC
Black with #773FFC
Text Example
Text Example
White with #773FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773FFC; }
p { color: rgb(119,63,252); }
H1.HeaderClassName
{
color: #773FFC;
}
.AnyTagClassName
{
color: #773FFC;
}
</style>
background-color css
<style>
a { background-color: #773FFC; }
a { background-color: rgb(119,63,252); }
div.DivClassName
{
background-color: #773FFC;
}
.BgClassName
{
background-color: #773FFC;
}
</style>
border-color css
<style>
span { border-color: #773FFC; }
span { border-color: rgb(119,63,252); }
td.TdClassName
{
border-color: #773FFC;
}
.TagClassName
{
border-color: #773FFC;
}
</style>