Shades of Blue Violet #752FFD
Tints of Blue Violet #752FFD
RGB
CMYK
RGB Variations
Color information
#752FFD (or 0x752FFD) is known color: Blue Violet. HEX triplet: 75, 2F and FD. RGB value is (117,47,253). Sum of RGB (Red+Green+Blue) = 117+47+253=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #752FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752FFD is #8AD002. Grayscale: #5A5A5A. Windows color (decimal): -9097219 or 16592757. OLE color: 16592757.
HSL color Cylindrical-coordinate representation of color #752FFD: hue angle of 260.39º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752FFD is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 47 | 253 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.01 |
| HSL | 260.39º | 0.98% | 0.59% | - |
| HSV(B) | 260.39º | 0.81% | 0.99% | - |
| XYZ | 26.08 | 12.91 | 94.05 | - |
| YUV | 91.41 | 219.19 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 253 | 0.54 | 0.81 | 0 | 0.01 | 260.39 | 0.98 | 0.59 |
| Hex | 75 | 2F | FD | 36 | 51 | 0 | 1 | 104 | 62 | 3B |
| Octal | 165 | 57 | 375 | 66 | 121 | 0 | 1 | 404 | 142 | 73 |
| Binary | 1110101 | 101111 | 11111101 | 110110 | 1010001 | 0 | 1 | 100000100 | 1100010 | 111011 |
Color Harmonies of #752FFD
Complementary color
Monochromatic Colors of #752FFD
Black with #752FFD
Text Example
Text Example
White with #752FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752FFD; }
p { color: rgb(117,47,253); }
H1.HeaderClassName
{
color: #752FFD;
}
.AnyTagClassName
{
color: #752FFD;
}
</style>
background-color css
<style>
a { background-color: #752FFD; }
a { background-color: rgb(117,47,253); }
div.DivClassName
{
background-color: #752FFD;
}
.BgClassName
{
background-color: #752FFD;
}
</style>
border-color css
<style>
span { border-color: #752FFD; }
span { border-color: rgb(117,47,253); }
td.TdClassName
{
border-color: #752FFD;
}
.TagClassName
{
border-color: #752FFD;
}
</style>