Shades of Blue Violet #7435FB
Tints of Blue Violet #7435FB
RGB
CMYK
RGB Variations
Color information
#7435FB (or 0x7435FB) is known color: Blue Violet. HEX triplet: 74, 35 and FB. RGB value is (116,53,251). Sum of RGB (Red+Green+Blue) = 116+53+251=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 53 (21.09% from 255 or 12.62% 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 #7435FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7435FB is #8BCA04. Grayscale: #5D5D5D. Windows color (decimal): -9161221 or 16463220. OLE color: 16463220.
HSL color Cylindrical-coordinate representation of color #7435FB: hue angle of 259.09º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7435FB is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 53 | 251 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.02 |
| HSL | 259.09º | 0.96% | 0.6% | - |
| HSV(B) | 259.09º | 0.79% | 0.98% | - |
| XYZ | 25.89 | 13.22 | 92.45 | - |
| YUV | 94.41 | 216.37 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 251 | 0.54 | 0.79 | 0 | 0.02 | 259.09 | 0.96 | 0.6 |
| Hex | 74 | 35 | FB | 36 | 4F | 0 | 2 | 103 | 60 | 3C |
| Octal | 164 | 65 | 373 | 66 | 117 | 0 | 2 | 403 | 140 | 74 |
| Binary | 1110100 | 110101 | 11111011 | 110110 | 1001111 | 0 | 10 | 100000011 | 1100000 | 111100 |
Color Harmonies of #7435FB
Complementary color
Monochromatic Colors of #7435FB
Black with #7435FB
Text Example
Text Example
White with #7435FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7435FB; }
p { color: rgb(116,53,251); }
H1.HeaderClassName
{
color: #7435FB;
}
.AnyTagClassName
{
color: #7435FB;
}
</style>
background-color css
<style>
a { background-color: #7435FB; }
a { background-color: rgb(116,53,251); }
div.DivClassName
{
background-color: #7435FB;
}
.BgClassName
{
background-color: #7435FB;
}
</style>
border-color css
<style>
span { border-color: #7435FB; }
span { border-color: rgb(116,53,251); }
td.TdClassName
{
border-color: #7435FB;
}
.TagClassName
{
border-color: #7435FB;
}
</style>