Shades of Blue Violet #752AFF
Tints of Blue Violet #752AFF
RGB
CMYK
RGB Variations
Color information
#752AFF (or 0x752AFF) is known color: Blue Violet. HEX triplet: 75, 2A and FF. RGB value is (117,42,255). Sum of RGB (Red+Green+Blue) = 117+42+255=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #752AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752AFF is #8AD500. Grayscale: #575757. Windows color (decimal): -9098497 or 16722549. OLE color: 16722549.
HSL color Cylindrical-coordinate representation of color #752AFF: hue angle of 261.13º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #752AFF is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 42 | 255 | - |
| CMYK | 0.54 | 0.84 | 0 | 0 |
| HSL | 261.13º | 1% | 0.58% | - |
| HSV(B) | 261.13º | 0.84% | 1% | - |
| XYZ | 26.21 | 12.66 | 95.67 | - |
| YUV | 88.71 | 221.85 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 255 | 0.54 | 0.84 | 0 | 0 | 261.13 | 1 | 0.58 |
| Hex | 75 | 2A | FF | 36 | 54 | 0 | 0 | 105 | 64 | 3A |
| Octal | 165 | 52 | 377 | 66 | 124 | 0 | 0 | 405 | 144 | 72 |
| Binary | 1110101 | 101010 | 11111111 | 110110 | 1010100 | 0 | 0 | 100000101 | 1100100 | 111010 |
Color Harmonies of #752AFF
Complementary color
Monochromatic Colors of #752AFF
Black with #752AFF
Text Example
Text Example
White with #752AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752AFF; }
p { color: rgb(117,42,255); }
H1.HeaderClassName
{
color: #752AFF;
}
.AnyTagClassName
{
color: #752AFF;
}
</style>
background-color css
<style>
a { background-color: #752AFF; }
a { background-color: rgb(117,42,255); }
div.DivClassName
{
background-color: #752AFF;
}
.BgClassName
{
background-color: #752AFF;
}
</style>
border-color css
<style>
span { border-color: #752AFF; }
span { border-color: rgb(117,42,255); }
td.TdClassName
{
border-color: #752AFF;
}
.TagClassName
{
border-color: #752AFF;
}
</style>