Shades of Blue Violet #7639FE
Tints of Blue Violet #7639FE
RGB
CMYK
RGB Variations
Color information
#7639FE (or 0x7639FE) is known color: Blue Violet. HEX triplet: 76, 39 and FE. RGB value is (118,57,254). Sum of RGB (Red+Green+Blue) = 118+57+254=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #7639FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7639FE is #89C601. Grayscale: #606060. Windows color (decimal): -9029122 or 16660854. OLE color: 16660854.
HSL color Cylindrical-coordinate representation of color #7639FE: hue angle of 258.58º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7639FE is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 57 | 254 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.00 |
| HSL | 258.58º | 0.99% | 0.61% | - |
| HSV(B) | 258.58º | 0.78% | 1% | - |
| XYZ | 26.82 | 13.93 | 95.04 | - |
| YUV | 97.7 | 216.21 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 57 | 254 | 0.54 | 0.78 | 0 | 0.00 | 258.58 | 0.99 | 0.61 |
| Hex | 76 | 39 | FE | 36 | 4E | 0 | 0 | 103 | 63 | 3D |
| Octal | 166 | 71 | 376 | 66 | 116 | 0 | 0 | 403 | 143 | 75 |
| Binary | 1110110 | 111001 | 11111110 | 110110 | 1001110 | 0 | 0 | 100000011 | 1100011 | 111101 |
Color Harmonies of #7639FE
Complementary color
Monochromatic Colors of #7639FE
Black with #7639FE
Text Example
Text Example
White with #7639FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7639FE; }
p { color: rgb(118,57,254); }
H1.HeaderClassName
{
color: #7639FE;
}
.AnyTagClassName
{
color: #7639FE;
}
</style>
background-color css
<style>
a { background-color: #7639FE; }
a { background-color: rgb(118,57,254); }
div.DivClassName
{
background-color: #7639FE;
}
.BgClassName
{
background-color: #7639FE;
}
</style>
border-color css
<style>
span { border-color: #7639FE; }
span { border-color: rgb(118,57,254); }
td.TdClassName
{
border-color: #7639FE;
}
.TagClassName
{
border-color: #7639FE;
}
</style>