Shades of Blue Violet #773DF6
Tints of Blue Violet #773DF6
RGB
CMYK
RGB Variations
Color information
#773DF6 (or 0x773DF6) is known color: Blue Violet. HEX triplet: 77, 3D and F6. RGB value is (119,61,246). Sum of RGB (Red+Green+Blue) = 119+61+246=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 246 (96.48% from 255 or 57.75% from 426); Max value from RGB is 246 - color contains mainly: blue. Hex color #773DF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773DF6 is #88C209. Grayscale: #626262. Windows color (decimal): -8962570 or 16137591. OLE color: 16137591.
HSL color Cylindrical-coordinate representation of color #773DF6: hue angle of 258.81º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #773DF6 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 61 | 246 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.04 |
| HSL | 258.81º | 0.91% | 0.6% | - |
| HSV(B) | 258.81º | 0.75% | 0.96% | - |
| XYZ | 25.91 | 13.91 | 88.51 | - |
| YUV | 99.43 | 210.72 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 246 | 0.52 | 0.75 | 0 | 0.04 | 258.81 | 0.91 | 0.6 |
| Hex | 77 | 3D | F6 | 34 | 4B | 0 | 4 | 103 | 5B | 3C |
| Octal | 167 | 75 | 366 | 64 | 113 | 0 | 4 | 403 | 133 | 74 |
| Binary | 1110111 | 111101 | 11110110 | 110100 | 1001011 | 0 | 100 | 100000011 | 1011011 | 111100 |
Color Harmonies of #773DF6
Complementary color
Monochromatic Colors of #773DF6
Black with #773DF6
Text Example
Text Example
White with #773DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773DF6; }
p { color: rgb(119,61,246); }
H1.HeaderClassName
{
color: #773DF6;
}
.AnyTagClassName
{
color: #773DF6;
}
</style>
background-color css
<style>
a { background-color: #773DF6; }
a { background-color: rgb(119,61,246); }
div.DivClassName
{
background-color: #773DF6;
}
.BgClassName
{
background-color: #773DF6;
}
</style>
border-color css
<style>
span { border-color: #773DF6; }
span { border-color: rgb(119,61,246); }
td.TdClassName
{
border-color: #773DF6;
}
.TagClassName
{
border-color: #773DF6;
}
</style>