Shades of Blue Violet #773FFD
Tints of Blue Violet #773FFD
RGB
CMYK
RGB Variations
Color information
#773FFD (or 0x773FFD) is known color: Blue Violet. HEX triplet: 77, 3F and FD. RGB value is (119,63,253). Sum of RGB (Red+Green+Blue) = 119+63+253=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #773FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773FFD is #88C002. Grayscale: #646464. Windows color (decimal): -8962051 or 16596855. OLE color: 16596855.
HSL color Cylindrical-coordinate representation of color #773FFD: hue angle of 257.68º degrees, saturation: 0.98, 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 #773FFD is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 63 | 253 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.01 |
| HSL | 257.68º | 0.98% | 0.62% | - |
| HSV(B) | 257.68º | 0.75% | 0.99% | - |
| XYZ | 27.11 | 14.57 | 94.31 | - |
| YUV | 101.4 | 213.55 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 253 | 0.53 | 0.75 | 0 | 0.01 | 257.68 | 0.98 | 0.62 |
| Hex | 77 | 3F | FD | 35 | 4B | 0 | 1 | 102 | 62 | 3E |
| Octal | 167 | 77 | 375 | 65 | 113 | 0 | 1 | 402 | 142 | 76 |
| Binary | 1110111 | 111111 | 11111101 | 110101 | 1001011 | 0 | 1 | 100000010 | 1100010 | 111110 |
Color Harmonies of #773FFD
Complementary color
Monochromatic Colors of #773FFD
Black with #773FFD
Text Example
Text Example
White with #773FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773FFD; }
p { color: rgb(119,63,253); }
H1.HeaderClassName
{
color: #773FFD;
}
.AnyTagClassName
{
color: #773FFD;
}
</style>
background-color css
<style>
a { background-color: #773FFD; }
a { background-color: rgb(119,63,253); }
div.DivClassName
{
background-color: #773FFD;
}
.BgClassName
{
background-color: #773FFD;
}
</style>
border-color css
<style>
span { border-color: #773FFD; }
span { border-color: rgb(119,63,253); }
td.TdClassName
{
border-color: #773FFD;
}
.TagClassName
{
border-color: #773FFD;
}
</style>