Shades of Blue Violet #752AEA
Tints of Blue Violet #752AEA
RGB
CMYK
RGB Variations
Color information
#752AEA (or 0x752AEA) is known color: Blue Violet. HEX triplet: 75, 2A and EA. RGB value is (117,42,234). Sum of RGB (Red+Green+Blue) = 117+42+234=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #752AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752AEA is #8AD515. Grayscale: #555555. Windows color (decimal): -9098518 or 15346293. OLE color: 15346293.
HSL color Cylindrical-coordinate representation of color #752AEA: hue angle of 263.44º degrees, saturation: 0.82, 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 #752AEA is Cyan = 0.5, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 42 | 234 | - |
| CMYK | 0.5 | 0.82 | 0 | 0.08 |
| HSL | 263.44º | 0.82% | 0.54% | - |
| HSV(B) | 263.44º | 0.82% | 0.92% | - |
| XYZ | 23.02 | 11.38 | 78.83 | - |
| YUV | 86.31 | 211.35 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 234 | 0.5 | 0.82 | 0 | 0.08 | 263.44 | 0.82 | 0.54 |
| Hex | 75 | 2A | EA | 32 | 52 | 0 | 8 | 107 | 52 | 36 |
| Octal | 165 | 52 | 352 | 62 | 122 | 0 | 10 | 407 | 122 | 66 |
| Binary | 1110101 | 101010 | 11101010 | 110010 | 1010010 | 0 | 1000 | 100000111 | 1010010 | 110110 |
Color Harmonies of #752AEA
Complementary color
Monochromatic Colors of #752AEA
Black with #752AEA
Text Example
Text Example
White with #752AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752AEA; }
p { color: rgb(117,42,234); }
H1.HeaderClassName
{
color: #752AEA;
}
.AnyTagClassName
{
color: #752AEA;
}
</style>
background-color css
<style>
a { background-color: #752AEA; }
a { background-color: rgb(117,42,234); }
div.DivClassName
{
background-color: #752AEA;
}
.BgClassName
{
background-color: #752AEA;
}
</style>
border-color css
<style>
span { border-color: #752AEA; }
span { border-color: rgb(117,42,234); }
td.TdClassName
{
border-color: #752AEA;
}
.TagClassName
{
border-color: #752AEA;
}
</style>