Shades of Blue Violet #752AEB
Tints of Blue Violet #752AEB
RGB
CMYK
RGB Variations
Color information
#752AEB (or 0x752AEB) is known color: Blue Violet. HEX triplet: 75, 2A and EB. RGB value is (117,42,235). Sum of RGB (Red+Green+Blue) = 117+42+235=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #752AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752AEB is #8AD514. Grayscale: #555555. Windows color (decimal): -9098517 or 15411829. OLE color: 15411829.
HSL color Cylindrical-coordinate representation of color #752AEB: hue angle of 263.32º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752AEB is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 42 | 235 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.08 |
| HSL | 263.32º | 0.83% | 0.54% | - |
| HSV(B) | 263.32º | 0.82% | 0.92% | - |
| XYZ | 23.16 | 11.44 | 79.58 | - |
| YUV | 86.43 | 211.85 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 235 | 0.50 | 0.82 | 0 | 0.08 | 263.32 | 0.83 | 0.54 |
| Hex | 75 | 2A | EB | 32 | 52 | 0 | 8 | 107 | 53 | 36 |
| Octal | 165 | 52 | 353 | 62 | 122 | 0 | 10 | 407 | 123 | 66 |
| Binary | 1110101 | 101010 | 11101011 | 110010 | 1010010 | 0 | 1000 | 100000111 | 1010011 | 110110 |
Color Harmonies of #752AEB
Complementary color
Monochromatic Colors of #752AEB
Black with #752AEB
Text Example
Text Example
White with #752AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752AEB; }
p { color: rgb(117,42,235); }
H1.HeaderClassName
{
color: #752AEB;
}
.AnyTagClassName
{
color: #752AEB;
}
</style>
background-color css
<style>
a { background-color: #752AEB; }
a { background-color: rgb(117,42,235); }
div.DivClassName
{
background-color: #752AEB;
}
.BgClassName
{
background-color: #752AEB;
}
</style>
border-color css
<style>
span { border-color: #752AEB; }
span { border-color: rgb(117,42,235); }
td.TdClassName
{
border-color: #752AEB;
}
.TagClassName
{
border-color: #752AEB;
}
</style>