Shades of Blue Violet #752AF1
Tints of Blue Violet #752AF1
RGB
CMYK
RGB Variations
Color information
#752AF1 (or 0x752AF1) is known color: Blue Violet. HEX triplet: 75, 2A and F1. RGB value is (117,42,241). Sum of RGB (Red+Green+Blue) = 117+42+241=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 241 (94.53% from 255 or 60.25% from 400); Max value from RGB is 241 - color contains mainly: blue. Hex color #752AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752AF1 is #8AD50E. Grayscale: #565656. Windows color (decimal): -9098511 or 15805045. OLE color: 15805045.
HSL color Cylindrical-coordinate representation of color #752AF1: hue angle of 262.61º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #752AF1 is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 42 | 241 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.05 |
| HSL | 262.61º | 0.88% | 0.55% | - |
| HSV(B) | 262.61º | 0.83% | 0.95% | - |
| XYZ | 24.04 | 11.79 | 84.23 | - |
| YUV | 87.11 | 214.85 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 241 | 0.51 | 0.83 | 0 | 0.05 | 262.61 | 0.88 | 0.55 |
| Hex | 75 | 2A | F1 | 33 | 53 | 0 | 5 | 107 | 58 | 37 |
| Octal | 165 | 52 | 361 | 63 | 123 | 0 | 5 | 407 | 130 | 67 |
| Binary | 1110101 | 101010 | 11110001 | 110011 | 1010011 | 0 | 101 | 100000111 | 1011000 | 110111 |
Color Harmonies of #752AF1
Complementary color
Monochromatic Colors of #752AF1
Black with #752AF1
Text Example
Text Example
White with #752AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752AF1; }
p { color: rgb(117,42,241); }
H1.HeaderClassName
{
color: #752AF1;
}
.AnyTagClassName
{
color: #752AF1;
}
</style>
background-color css
<style>
a { background-color: #752AF1; }
a { background-color: rgb(117,42,241); }
div.DivClassName
{
background-color: #752AF1;
}
.BgClassName
{
background-color: #752AF1;
}
</style>
border-color css
<style>
span { border-color: #752AF1; }
span { border-color: rgb(117,42,241); }
td.TdClassName
{
border-color: #752AF1;
}
.TagClassName
{
border-color: #752AF1;
}
</style>