Shades of Blue Violet #7435FE
Tints of Blue Violet #7435FE
RGB
CMYK
RGB Variations
Color information
#7435FE (or 0x7435FE) is known color: Blue Violet. HEX triplet: 74, 35 and FE. RGB value is (116,53,254). Sum of RGB (Red+Green+Blue) = 116+53+254=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #7435FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7435FE is #8BCA01. Grayscale: #5E5E5E. Windows color (decimal): -9161218 or 16659828. OLE color: 16659828.
HSL color Cylindrical-coordinate representation of color #7435FE: hue angle of 258.81º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7435FE is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 53 | 254 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.00 |
| HSL | 258.81º | 0.99% | 0.6% | - |
| HSV(B) | 258.81º | 0.79% | 1% | - |
| XYZ | 26.36 | 13.41 | 94.97 | - |
| YUV | 94.75 | 217.87 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 254 | 0.54 | 0.79 | 0 | 0.00 | 258.81 | 0.99 | 0.6 |
| Hex | 74 | 35 | FE | 36 | 4F | 0 | 0 | 103 | 63 | 3C |
| Octal | 164 | 65 | 376 | 66 | 117 | 0 | 0 | 403 | 143 | 74 |
| Binary | 1110100 | 110101 | 11111110 | 110110 | 1001111 | 0 | 0 | 100000011 | 1100011 | 111100 |
Color Harmonies of #7435FE
Complementary color
Monochromatic Colors of #7435FE
Black with #7435FE
Text Example
Text Example
White with #7435FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7435FE; }
p { color: rgb(116,53,254); }
H1.HeaderClassName
{
color: #7435FE;
}
.AnyTagClassName
{
color: #7435FE;
}
</style>
background-color css
<style>
a { background-color: #7435FE; }
a { background-color: rgb(116,53,254); }
div.DivClassName
{
background-color: #7435FE;
}
.BgClassName
{
background-color: #7435FE;
}
</style>
border-color css
<style>
span { border-color: #7435FE; }
span { border-color: rgb(116,53,254); }
td.TdClassName
{
border-color: #7435FE;
}
.TagClassName
{
border-color: #7435FE;
}
</style>