Shades of Blue Violet #752FF2
Tints of Blue Violet #752FF2
RGB
CMYK
RGB Variations
Color information
#752FF2 (or 0x752FF2) is known color: Blue Violet. HEX triplet: 75, 2F and F2. RGB value is (117,47,242). Sum of RGB (Red+Green+Blue) = 117+47+242=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 242 (94.92% from 255 or 59.61% from 406); Max value from RGB is 242 - color contains mainly: blue. Hex color #752FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752FF2 is #8AD00D. Grayscale: #595959. Windows color (decimal): -9097230 or 15871861. OLE color: 15871861.
HSL color Cylindrical-coordinate representation of color #752FF2: hue angle of 261.54º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752FF2 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 47 | 242 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.05 |
| HSL | 261.54º | 0.88% | 0.57% | - |
| HSV(B) | 261.54º | 0.81% | 0.95% | - |
| XYZ | 24.38 | 12.23 | 85.08 | - |
| YUV | 90.16 | 213.69 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 242 | 0.52 | 0.81 | 0 | 0.05 | 261.54 | 0.88 | 0.57 |
| Hex | 75 | 2F | F2 | 34 | 51 | 0 | 5 | 106 | 58 | 39 |
| Octal | 165 | 57 | 362 | 64 | 121 | 0 | 5 | 406 | 130 | 71 |
| Binary | 1110101 | 101111 | 11110010 | 110100 | 1010001 | 0 | 101 | 100000110 | 1011000 | 111001 |
Color Harmonies of #752FF2
Complementary color
Monochromatic Colors of #752FF2
Black with #752FF2
Text Example
Text Example
White with #752FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752FF2; }
p { color: rgb(117,47,242); }
H1.HeaderClassName
{
color: #752FF2;
}
.AnyTagClassName
{
color: #752FF2;
}
</style>
background-color css
<style>
a { background-color: #752FF2; }
a { background-color: rgb(117,47,242); }
div.DivClassName
{
background-color: #752FF2;
}
.BgClassName
{
background-color: #752FF2;
}
</style>
border-color css
<style>
span { border-color: #752FF2; }
span { border-color: rgb(117,47,242); }
td.TdClassName
{
border-color: #752FF2;
}
.TagClassName
{
border-color: #752FF2;
}
</style>