Shades of Blue Violet #752ADE
Tints of Blue Violet #752ADE
RGB
CMYK
RGB Variations
Color information
#752ADE (or 0x752ADE) is known color: Blue Violet. HEX triplet: 75, 2A and DE. RGB value is (117,42,222). Sum of RGB (Red+Green+Blue) = 117+42+222=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #752ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752ADE is #8AD521. Grayscale: #545454. Windows color (decimal): -9098530 or 14559861. OLE color: 14559861.
HSL color Cylindrical-coordinate representation of color #752ADE: hue angle of 265º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752ADE is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 42 | 222 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.13 |
| HSL | 265º | 0.73% | 0.52% | - |
| HSV(B) | 265º | 0.81% | 0.87% | - |
| XYZ | 21.35 | 10.71 | 70.05 | - |
| YUV | 84.95 | 205.35 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 222 | 0.47 | 0.81 | 0 | 0.13 | 265 | 0.73 | 0.52 |
| Hex | 75 | 2A | DE | 2F | 51 | 0 | D | 109 | 49 | 34 |
| Octal | 165 | 52 | 336 | 57 | 121 | 0 | 15 | 411 | 111 | 64 |
| Binary | 1110101 | 101010 | 11011110 | 101111 | 1010001 | 0 | 1101 | 100001001 | 1001001 | 110100 |
Color Harmonies of #752ADE
Complementary color
Monochromatic Colors of #752ADE
Black with #752ADE
Text Example
Text Example
White with #752ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752ADE; }
p { color: rgb(117,42,222); }
H1.HeaderClassName
{
color: #752ADE;
}
.AnyTagClassName
{
color: #752ADE;
}
</style>
background-color css
<style>
a { background-color: #752ADE; }
a { background-color: rgb(117,42,222); }
div.DivClassName
{
background-color: #752ADE;
}
.BgClassName
{
background-color: #752ADE;
}
</style>
border-color css
<style>
span { border-color: #752ADE; }
span { border-color: rgb(117,42,222); }
td.TdClassName
{
border-color: #752ADE;
}
.TagClassName
{
border-color: #752ADE;
}
</style>