Shades of Blue Violet #7530FB
Tints of Blue Violet #7530FB
RGB
CMYK
RGB Variations
Color information
#7530FB (or 0x7530FB) is known color: Blue Violet. HEX triplet: 75, 30 and FB. RGB value is (117,48,251). Sum of RGB (Red+Green+Blue) = 117+48+251=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #7530FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7530FB is #8ACF04. Grayscale: #5B5B5B. Windows color (decimal): -9096965 or 16461941. OLE color: 16461941.
HSL color Cylindrical-coordinate representation of color #7530FB: hue angle of 260.39º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7530FB is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 48 | 251 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.02 |
| HSL | 260.39º | 0.96% | 0.59% | - |
| HSV(B) | 260.39º | 0.81% | 0.98% | - |
| XYZ | 25.81 | 12.86 | 92.39 | - |
| YUV | 91.77 | 217.86 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 48 | 251 | 0.53 | 0.81 | 0 | 0.02 | 260.39 | 0.96 | 0.59 |
| Hex | 75 | 30 | FB | 35 | 51 | 0 | 2 | 104 | 60 | 3B |
| Octal | 165 | 60 | 373 | 65 | 121 | 0 | 2 | 404 | 140 | 73 |
| Binary | 1110101 | 110000 | 11111011 | 110101 | 1010001 | 0 | 10 | 100000100 | 1100000 | 111011 |
Color Harmonies of #7530FB
Complementary color
Monochromatic Colors of #7530FB
Black with #7530FB
Text Example
Text Example
White with #7530FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7530FB; }
p { color: rgb(117,48,251); }
H1.HeaderClassName
{
color: #7530FB;
}
.AnyTagClassName
{
color: #7530FB;
}
</style>
background-color css
<style>
a { background-color: #7530FB; }
a { background-color: rgb(117,48,251); }
div.DivClassName
{
background-color: #7530FB;
}
.BgClassName
{
background-color: #7530FB;
}
</style>
border-color css
<style>
span { border-color: #7530FB; }
span { border-color: rgb(117,48,251); }
td.TdClassName
{
border-color: #7530FB;
}
.TagClassName
{
border-color: #7530FB;
}
</style>