Shades of Blue Violet #7534FB
Tints of Blue Violet #7534FB
RGB
CMYK
RGB Variations
Color information
#7534FB (or 0x7534FB) is known color: Blue Violet. HEX triplet: 75, 34 and FB. RGB value is (117,52,251). Sum of RGB (Red+Green+Blue) = 117+52+251=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #7534FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7534FB is #8ACB04. Grayscale: #5D5D5D. Windows color (decimal): -9095941 or 16462965. OLE color: 16462965.
HSL color Cylindrical-coordinate representation of color #7534FB: hue angle of 259.6º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7534FB is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 52 | 251 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.02 |
| HSL | 259.6º | 0.96% | 0.59% | - |
| HSV(B) | 259.6º | 0.79% | 0.98% | - |
| XYZ | 25.98 | 13.2 | 92.45 | - |
| YUV | 94.12 | 216.53 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 52 | 251 | 0.53 | 0.79 | 0 | 0.02 | 259.6 | 0.96 | 0.59 |
| Hex | 75 | 34 | FB | 35 | 4F | 0 | 2 | 104 | 60 | 3B |
| Octal | 165 | 64 | 373 | 65 | 117 | 0 | 2 | 404 | 140 | 73 |
| Binary | 1110101 | 110100 | 11111011 | 110101 | 1001111 | 0 | 10 | 100000100 | 1100000 | 111011 |
Color Harmonies of #7534FB
Complementary color
Monochromatic Colors of #7534FB
Black with #7534FB
Text Example
Text Example
White with #7534FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7534FB; }
p { color: rgb(117,52,251); }
H1.HeaderClassName
{
color: #7534FB;
}
.AnyTagClassName
{
color: #7534FB;
}
</style>
background-color css
<style>
a { background-color: #7534FB; }
a { background-color: rgb(117,52,251); }
div.DivClassName
{
background-color: #7534FB;
}
.BgClassName
{
background-color: #7534FB;
}
</style>
border-color css
<style>
span { border-color: #7534FB; }
span { border-color: rgb(117,52,251); }
td.TdClassName
{
border-color: #7534FB;
}
.TagClassName
{
border-color: #7534FB;
}
</style>