Shades of Blue Violet #7737FF
Tints of Blue Violet #7737FF
RGB
CMYK
RGB Variations
Color information
#7737FF (or 0x7737FF) is known color: Blue Violet. HEX triplet: 77, 37 and FF. RGB value is (119,55,255). Sum of RGB (Red+Green+Blue) = 119+55+255=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #7737FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7737FF is #88C800. Grayscale: #606060. Windows color (decimal): -8964097 or 16725879. OLE color: 16725879.
HSL color Cylindrical-coordinate representation of color #7737FF: hue angle of 259.2º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7737FF is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 55 | 255 | - |
| CMYK | 0.53 | 0.78 | 0 | 0 |
| HSL | 259.2º | 1% | 0.61% | - |
| HSV(B) | 259.2º | 0.78% | 1% | - |
| XYZ | 27.02 | 13.87 | 95.86 | - |
| YUV | 96.94 | 217.2 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 55 | 255 | 0.53 | 0.78 | 0 | 0 | 259.2 | 1 | 0.61 |
| Hex | 77 | 37 | FF | 35 | 4E | 0 | 0 | 103 | 64 | 3D |
| Octal | 167 | 67 | 377 | 65 | 116 | 0 | 0 | 403 | 144 | 75 |
| Binary | 1110111 | 110111 | 11111111 | 110101 | 1001110 | 0 | 0 | 100000011 | 1100100 | 111101 |
Color Harmonies of #7737FF
Complementary color
Monochromatic Colors of #7737FF
Black with #7737FF
Text Example
Text Example
White with #7737FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7737FF; }
p { color: rgb(119,55,255); }
H1.HeaderClassName
{
color: #7737FF;
}
.AnyTagClassName
{
color: #7737FF;
}
</style>
background-color css
<style>
a { background-color: #7737FF; }
a { background-color: rgb(119,55,255); }
div.DivClassName
{
background-color: #7737FF;
}
.BgClassName
{
background-color: #7737FF;
}
</style>
border-color css
<style>
span { border-color: #7737FF; }
span { border-color: rgb(119,55,255); }
td.TdClassName
{
border-color: #7737FF;
}
.TagClassName
{
border-color: #7737FF;
}
</style>