Shades of Blue Violet #7737F8
Tints of Blue Violet #7737F8
RGB
CMYK
RGB Variations
Color information
#7737F8 (or 0x7737F8) is known color: Blue Violet. HEX triplet: 77, 37 and F8. RGB value is (119,55,248). Sum of RGB (Red+Green+Blue) = 119+55+248=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 248 (97.27% from 255 or 58.77% from 422); Max value from RGB is 248 - color contains mainly: blue. Hex color #7737F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7737F8 is #88C807. Grayscale: #5F5F5F. Windows color (decimal): -8964104 or 16267127. OLE color: 16267127.
HSL color Cylindrical-coordinate representation of color #7737F8: hue angle of 259.9º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7737F8 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 119 | 55 | 248 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.03 |
| HSL | 259.9º | 0.93% | 0.59% | - |
| HSV(B) | 259.9º | 0.78% | 0.97% | - |
| XYZ | 25.92 | 13.43 | 90.03 | - |
| YUV | 96.14 | 213.7 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 55 | 248 | 0.52 | 0.78 | 0 | 0.03 | 259.9 | 0.93 | 0.59 |
| Hex | 77 | 37 | F8 | 34 | 4E | 0 | 3 | 104 | 5D | 3B |
| Octal | 167 | 67 | 370 | 64 | 116 | 0 | 3 | 404 | 135 | 73 |
| Binary | 1110111 | 110111 | 11111000 | 110100 | 1001110 | 0 | 11 | 100000100 | 1011101 | 111011 |
Color Harmonies of #7737F8
Complementary color
Monochromatic Colors of #7737F8
Black with #7737F8
Text Example
Text Example
White with #7737F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7737F8; }
p { color: rgb(119,55,248); }
H1.HeaderClassName
{
color: #7737F8;
}
.AnyTagClassName
{
color: #7737F8;
}
</style>
background-color css
<style>
a { background-color: #7737F8; }
a { background-color: rgb(119,55,248); }
div.DivClassName
{
background-color: #7737F8;
}
.BgClassName
{
background-color: #7737F8;
}
</style>
border-color css
<style>
span { border-color: #7737F8; }
span { border-color: rgb(119,55,248); }
td.TdClassName
{
border-color: #7737F8;
}
.TagClassName
{
border-color: #7737F8;
}
</style>