Shades of Blue Violet #752AEC
Tints of Blue Violet #752AEC
RGB
CMYK
RGB Variations
Color information
#752AEC (or 0x752AEC) is known color: Blue Violet. HEX triplet: 75, 2A and EC. RGB value is (117,42,236). Sum of RGB (Red+Green+Blue) = 117+42+236=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #752AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752AEC is #8AD513. Grayscale: #555555. Windows color (decimal): -9098516 or 15477365. OLE color: 15477365.
HSL color Cylindrical-coordinate representation of color #752AEC: hue angle of 263.2º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752AEC is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 42 | 236 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.07 |
| HSL | 263.2º | 0.84% | 0.55% | - |
| HSV(B) | 263.2º | 0.82% | 0.93% | - |
| XYZ | 23.3 | 11.49 | 80.35 | - |
| YUV | 86.54 | 212.35 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 236 | 0.50 | 0.82 | 0 | 0.07 | 263.2 | 0.84 | 0.55 |
| Hex | 75 | 2A | EC | 32 | 52 | 0 | 7 | 107 | 54 | 37 |
| Octal | 165 | 52 | 354 | 62 | 122 | 0 | 7 | 407 | 124 | 67 |
| Binary | 1110101 | 101010 | 11101100 | 110010 | 1010010 | 0 | 111 | 100000111 | 1010100 | 110111 |
Color Harmonies of #752AEC
Complementary color
Monochromatic Colors of #752AEC
Black with #752AEC
Text Example
Text Example
White with #752AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752AEC; }
p { color: rgb(117,42,236); }
H1.HeaderClassName
{
color: #752AEC;
}
.AnyTagClassName
{
color: #752AEC;
}
</style>
background-color css
<style>
a { background-color: #752AEC; }
a { background-color: rgb(117,42,236); }
div.DivClassName
{
background-color: #752AEC;
}
.BgClassName
{
background-color: #752AEC;
}
</style>
border-color css
<style>
span { border-color: #752AEC; }
span { border-color: rgb(117,42,236); }
td.TdClassName
{
border-color: #752AEC;
}
.TagClassName
{
border-color: #752AEC;
}
</style>