Shades of Blue Violet #762AFD
Tints of Blue Violet #762AFD
RGB
CMYK
RGB Variations
Color information
#762AFD (or 0x762AFD) is known color: Blue Violet. HEX triplet: 76, 2A and FD. RGB value is (118,42,253). Sum of RGB (Red+Green+Blue) = 118+42+253=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #762AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762AFD is #89D502. Grayscale: #585858. Windows color (decimal): -9032963 or 16591478. OLE color: 16591478.
HSL color Cylindrical-coordinate representation of color #762AFD: hue angle of 261.61º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #762AFD is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 42 | 253 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.01 |
| HSL | 261.61º | 0.98% | 0.58% | - |
| HSV(B) | 261.61º | 0.83% | 0.99% | - |
| XYZ | 26.03 | 12.6 | 93.99 | - |
| YUV | 88.78 | 220.68 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 253 | 0.53 | 0.83 | 0 | 0.01 | 261.61 | 0.98 | 0.58 |
| Hex | 76 | 2A | FD | 35 | 53 | 0 | 1 | 106 | 62 | 3A |
| Octal | 166 | 52 | 375 | 65 | 123 | 0 | 1 | 406 | 142 | 72 |
| Binary | 1110110 | 101010 | 11111101 | 110101 | 1010011 | 0 | 1 | 100000110 | 1100010 | 111010 |
Color Harmonies of #762AFD
Complementary color
Monochromatic Colors of #762AFD
Black with #762AFD
Text Example
Text Example
White with #762AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762AFD; }
p { color: rgb(118,42,253); }
H1.HeaderClassName
{
color: #762AFD;
}
.AnyTagClassName
{
color: #762AFD;
}
</style>
background-color css
<style>
a { background-color: #762AFD; }
a { background-color: rgb(118,42,253); }
div.DivClassName
{
background-color: #762AFD;
}
.BgClassName
{
background-color: #762AFD;
}
</style>
border-color css
<style>
span { border-color: #762AFD; }
span { border-color: rgb(118,42,253); }
td.TdClassName
{
border-color: #762AFD;
}
.TagClassName
{
border-color: #762AFD;
}
</style>