Shades of Blue Violet #762AF5
Tints of Blue Violet #762AF5
RGB
CMYK
RGB Variations
Color information
#762AF5 (or 0x762AF5) is known color: Blue Violet. HEX triplet: 76, 2A and F5. RGB value is (118,42,245). Sum of RGB (Red+Green+Blue) = 118+42+245=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 245 (96.09% from 255 or 60.49% from 405); Max value from RGB is 245 - color contains mainly: blue. Hex color #762AF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762AF5 is #89D50A. Grayscale: #575757. Windows color (decimal): -9032971 or 16067190. OLE color: 16067190.
HSL color Cylindrical-coordinate representation of color #762AF5: hue angle of 262.46º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #762AF5 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 42 | 245 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.04 |
| HSL | 262.46º | 0.91% | 0.56% | - |
| HSV(B) | 262.46º | 0.83% | 0.96% | - |
| XYZ | 24.78 | 12.1 | 87.42 | - |
| YUV | 87.87 | 216.68 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 245 | 0.52 | 0.83 | 0 | 0.04 | 262.46 | 0.91 | 0.56 |
| Hex | 76 | 2A | F5 | 34 | 53 | 0 | 4 | 106 | 5B | 38 |
| Octal | 166 | 52 | 365 | 64 | 123 | 0 | 4 | 406 | 133 | 70 |
| Binary | 1110110 | 101010 | 11110101 | 110100 | 1010011 | 0 | 100 | 100000110 | 1011011 | 111000 |
Color Harmonies of #762AF5
Complementary color
Monochromatic Colors of #762AF5
Black with #762AF5
Text Example
Text Example
White with #762AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762AF5; }
p { color: rgb(118,42,245); }
H1.HeaderClassName
{
color: #762AF5;
}
.AnyTagClassName
{
color: #762AF5;
}
</style>
background-color css
<style>
a { background-color: #762AF5; }
a { background-color: rgb(118,42,245); }
div.DivClassName
{
background-color: #762AF5;
}
.BgClassName
{
background-color: #762AF5;
}
</style>
border-color css
<style>
span { border-color: #762AF5; }
span { border-color: rgb(118,42,245); }
td.TdClassName
{
border-color: #762AF5;
}
.TagClassName
{
border-color: #762AF5;
}
</style>