Shades of Blue Violet #752FE5
Tints of Blue Violet #752FE5
RGB
CMYK
RGB Variations
Color information
#752FE5 (or 0x752FE5) is known color: Blue Violet. HEX triplet: 75, 2F and E5. RGB value is (117,47,229). Sum of RGB (Red+Green+Blue) = 117+47+229=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 229 (89.84% from 255 or 58.27% from 393); Max value from RGB is 229 - color contains mainly: blue. Hex color #752FE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752FE5 is #8AD01A. Grayscale: #585858. Windows color (decimal): -9097243 or 15019893. OLE color: 15019893.
HSL color Cylindrical-coordinate representation of color #752FE5: hue angle of 263.08º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #752FE5 is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 47 | 229 | - |
| CMYK | 0.49 | 0.79 | 0 | 0.10 |
| HSL | 263.08º | 0.78% | 0.54% | - |
| HSV(B) | 263.08º | 0.79% | 0.9% | - |
| XYZ | 22.5 | 11.47 | 75.16 | - |
| YUV | 88.68 | 207.19 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 229 | 0.49 | 0.79 | 0 | 0.10 | 263.08 | 0.78 | 0.54 |
| Hex | 75 | 2F | E5 | 31 | 4F | 0 | A | 107 | 4E | 36 |
| Octal | 165 | 57 | 345 | 61 | 117 | 0 | 12 | 407 | 116 | 66 |
| Binary | 1110101 | 101111 | 11100101 | 110001 | 1001111 | 0 | 1010 | 100000111 | 1001110 | 110110 |
Color Harmonies of #752FE5
Complementary color
Monochromatic Colors of #752FE5
Black with #752FE5
Text Example
Text Example
White with #752FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752FE5; }
p { color: rgb(117,47,229); }
H1.HeaderClassName
{
color: #752FE5;
}
.AnyTagClassName
{
color: #752FE5;
}
</style>
background-color css
<style>
a { background-color: #752FE5; }
a { background-color: rgb(117,47,229); }
div.DivClassName
{
background-color: #752FE5;
}
.BgClassName
{
background-color: #752FE5;
}
</style>
border-color css
<style>
span { border-color: #752FE5; }
span { border-color: rgb(117,47,229); }
td.TdClassName
{
border-color: #752FE5;
}
.TagClassName
{
border-color: #752FE5;
}
</style>