Shades of Blue Violet #752FE1
Tints of Blue Violet #752FE1
RGB
CMYK
RGB Variations
Color information
#752FE1 (or 0x752FE1) is known color: Blue Violet. HEX triplet: 75, 2F and E1. RGB value is (117,47,225). Sum of RGB (Red+Green+Blue) = 117+47+225=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 225 (88.28% from 255 or 57.84% from 389); Max value from RGB is 225 - color contains mainly: blue. Hex color #752FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752FE1 is #8AD01E. Grayscale: #575757. Windows color (decimal): -9097247 or 14757749. OLE color: 14757749.
HSL color Cylindrical-coordinate representation of color #752FE1: hue angle of 263.6º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #752FE1 is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 47 | 225 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.12 |
| HSL | 263.6º | 0.75% | 0.53% | - |
| HSV(B) | 263.6º | 0.79% | 0.88% | - |
| XYZ | 21.94 | 11.25 | 72.25 | - |
| YUV | 88.22 | 205.19 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 225 | 0.48 | 0.79 | 0 | 0.12 | 263.6 | 0.75 | 0.53 |
| Hex | 75 | 2F | E1 | 30 | 4F | 0 | C | 108 | 4B | 35 |
| Octal | 165 | 57 | 341 | 60 | 117 | 0 | 14 | 410 | 113 | 65 |
| Binary | 1110101 | 101111 | 11100001 | 110000 | 1001111 | 0 | 1100 | 100001000 | 1001011 | 110101 |
Color Harmonies of #752FE1
Complementary color
Monochromatic Colors of #752FE1
Black with #752FE1
Text Example
Text Example
White with #752FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752FE1; }
p { color: rgb(117,47,225); }
H1.HeaderClassName
{
color: #752FE1;
}
.AnyTagClassName
{
color: #752FE1;
}
</style>
background-color css
<style>
a { background-color: #752FE1; }
a { background-color: rgb(117,47,225); }
div.DivClassName
{
background-color: #752FE1;
}
.BgClassName
{
background-color: #752FE1;
}
</style>
border-color css
<style>
span { border-color: #752FE1; }
span { border-color: rgb(117,47,225); }
td.TdClassName
{
border-color: #752FE1;
}
.TagClassName
{
border-color: #752FE1;
}
</style>