Shades of Blue Violet #752ADA
Tints of Blue Violet #752ADA
RGB
CMYK
RGB Variations
Color information
#752ADA (or 0x752ADA) is known color: Blue Violet. HEX triplet: 75, 2A and DA. RGB value is (117,42,218). Sum of RGB (Red+Green+Blue) = 117+42+218=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #752ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752ADA is #8AD525. Grayscale: #535353. Windows color (decimal): -9098534 or 14297717. OLE color: 14297717.
HSL color Cylindrical-coordinate representation of color #752ADA: hue angle of 265.57º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752ADA is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 42 | 218 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.15 |
| HSL | 265.57º | 0.7% | 0.51% | - |
| HSV(B) | 265.57º | 0.81% | 0.85% | - |
| XYZ | 20.82 | 10.5 | 67.26 | - |
| YUV | 84.49 | 203.35 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 218 | 0.46 | 0.81 | 0 | 0.15 | 265.57 | 0.7 | 0.51 |
| Hex | 75 | 2A | DA | 2E | 51 | 0 | F | 10A | 46 | 33 |
| Octal | 165 | 52 | 332 | 56 | 121 | 0 | 17 | 412 | 106 | 63 |
| Binary | 1110101 | 101010 | 11011010 | 101110 | 1010001 | 0 | 1111 | 100001010 | 1000110 | 110011 |
Color Harmonies of #752ADA
Complementary color
Monochromatic Colors of #752ADA
Black with #752ADA
Text Example
Text Example
White with #752ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752ADA; }
p { color: rgb(117,42,218); }
H1.HeaderClassName
{
color: #752ADA;
}
.AnyTagClassName
{
color: #752ADA;
}
</style>
background-color css
<style>
a { background-color: #752ADA; }
a { background-color: rgb(117,42,218); }
div.DivClassName
{
background-color: #752ADA;
}
.BgClassName
{
background-color: #752ADA;
}
</style>
border-color css
<style>
span { border-color: #752ADA; }
span { border-color: rgb(117,42,218); }
td.TdClassName
{
border-color: #752ADA;
}
.TagClassName
{
border-color: #752ADA;
}
</style>