Shades of Blue Violet #7534DA
Tints of Blue Violet #7534DA
RGB
CMYK
RGB Variations
Color information
#7534DA (or 0x7534DA) is known color: Blue Violet. HEX triplet: 75, 34 and DA. RGB value is (117,52,218). Sum of RGB (Red+Green+Blue) = 117+52+218=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #7534DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7534DA is #8ACB25. Grayscale: #595959. Windows color (decimal): -9095974 or 14300277. OLE color: 14300277.
HSL color Cylindrical-coordinate representation of color #7534DA: hue angle of 263.49º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7534DA is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 52 | 218 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.15 |
| HSL | 263.49º | 0.69% | 0.53% | - |
| HSV(B) | 263.49º | 0.76% | 0.85% | - |
| XYZ | 21.22 | 11.3 | 67.39 | - |
| YUV | 90.36 | 200.03 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 52 | 218 | 0.46 | 0.76 | 0 | 0.15 | 263.49 | 0.69 | 0.53 |
| Hex | 75 | 34 | DA | 2E | 4C | 0 | F | 107 | 45 | 35 |
| Octal | 165 | 64 | 332 | 56 | 114 | 0 | 17 | 407 | 105 | 65 |
| Binary | 1110101 | 110100 | 11011010 | 101110 | 1001100 | 0 | 1111 | 100000111 | 1000101 | 110101 |
Color Harmonies of #7534DA
Complementary color
Monochromatic Colors of #7534DA
Black with #7534DA
Text Example
Text Example
White with #7534DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7534DA; }
p { color: rgb(117,52,218); }
H1.HeaderClassName
{
color: #7534DA;
}
.AnyTagClassName
{
color: #7534DA;
}
</style>
background-color css
<style>
a { background-color: #7534DA; }
a { background-color: rgb(117,52,218); }
div.DivClassName
{
background-color: #7534DA;
}
.BgClassName
{
background-color: #7534DA;
}
</style>
border-color css
<style>
span { border-color: #7534DA; }
span { border-color: rgb(117,52,218); }
td.TdClassName
{
border-color: #7534DA;
}
.TagClassName
{
border-color: #7534DA;
}
</style>