Shades of Blue Violet #752AE5
Tints of Blue Violet #752AE5
RGB
CMYK
RGB Variations
Color information
#752AE5 (or 0x752AE5) is known color: Blue Violet. HEX triplet: 75, 2A and E5. RGB value is (117,42,229). Sum of RGB (Red+Green+Blue) = 117+42+229=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 229 (89.84% from 255 or 59.02% from 388); Max value from RGB is 229 - color contains mainly: blue. Hex color #752AE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752AE5 is #8AD51A. Grayscale: #555555. Windows color (decimal): -9098523 or 15018613. OLE color: 15018613.
HSL color Cylindrical-coordinate representation of color #752AE5: hue angle of 264.06º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752AE5 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 42 | 229 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.10 |
| HSL | 264.06º | 0.78% | 0.53% | - |
| HSV(B) | 264.06º | 0.82% | 0.9% | - |
| XYZ | 22.31 | 11.09 | 75.09 | - |
| YUV | 85.74 | 208.85 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 229 | 0.49 | 0.82 | 0 | 0.10 | 264.06 | 0.78 | 0.53 |
| Hex | 75 | 2A | E5 | 31 | 52 | 0 | A | 108 | 4E | 35 |
| Octal | 165 | 52 | 345 | 61 | 122 | 0 | 12 | 410 | 116 | 65 |
| Binary | 1110101 | 101010 | 11100101 | 110001 | 1010010 | 0 | 1010 | 100001000 | 1001110 | 110101 |
Color Harmonies of #752AE5
Complementary color
Monochromatic Colors of #752AE5
Black with #752AE5
Text Example
Text Example
White with #752AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752AE5; }
p { color: rgb(117,42,229); }
H1.HeaderClassName
{
color: #752AE5;
}
.AnyTagClassName
{
color: #752AE5;
}
</style>
background-color css
<style>
a { background-color: #752AE5; }
a { background-color: rgb(117,42,229); }
div.DivClassName
{
background-color: #752AE5;
}
.BgClassName
{
background-color: #752AE5;
}
</style>
border-color css
<style>
span { border-color: #752AE5; }
span { border-color: rgb(117,42,229); }
td.TdClassName
{
border-color: #752AE5;
}
.TagClassName
{
border-color: #752AE5;
}
</style>