Shades of Blue Violet #7637FF
Tints of Blue Violet #7637FF
RGB
CMYK
RGB Variations
Color information
#7637FF (or 0x7637FF) is known color: Blue Violet. HEX triplet: 76, 37 and FF. RGB value is (118,55,255). Sum of RGB (Red+Green+Blue) = 118+55+255=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 55 (21.88% from 255 or 12.85% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #7637FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7637FF is #89C800. Grayscale: #5F5F5F. Windows color (decimal): -9029633 or 16725878. OLE color: 16725878.
HSL color Cylindrical-coordinate representation of color #7637FF: hue angle of 258.9º 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 #7637FF is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 55 | 255 | - |
| CMYK | 0.54 | 0.78 | 0 | 0 |
| HSL | 258.9º | 1% | 0.61% | - |
| HSV(B) | 258.9º | 0.78% | 1% | - |
| XYZ | 26.89 | 13.8 | 95.86 | - |
| YUV | 96.64 | 217.37 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 55 | 255 | 0.54 | 0.78 | 0 | 0 | 258.9 | 1 | 0.61 |
| Hex | 76 | 37 | FF | 36 | 4E | 0 | 0 | 103 | 64 | 3D |
| Octal | 166 | 67 | 377 | 66 | 116 | 0 | 0 | 403 | 144 | 75 |
| Binary | 1110110 | 110111 | 11111111 | 110110 | 1001110 | 0 | 0 | 100000011 | 1100100 | 111101 |
Color Harmonies of #7637FF
Complementary color
Monochromatic Colors of #7637FF
Black with #7637FF
Text Example
Text Example
White with #7637FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7637FF; }
p { color: rgb(118,55,255); }
H1.HeaderClassName
{
color: #7637FF;
}
.AnyTagClassName
{
color: #7637FF;
}
</style>
background-color css
<style>
a { background-color: #7637FF; }
a { background-color: rgb(118,55,255); }
div.DivClassName
{
background-color: #7637FF;
}
.BgClassName
{
background-color: #7637FF;
}
</style>
border-color css
<style>
span { border-color: #7637FF; }
span { border-color: rgb(118,55,255); }
td.TdClassName
{
border-color: #7637FF;
}
.TagClassName
{
border-color: #7637FF;
}
</style>