Shades of Blue Violet #7435FF
Tints of Blue Violet #7435FF
RGB
CMYK
RGB Variations
Color information
#7435FF (or 0x7435FF) is known color: Blue Violet. HEX triplet: 74, 35 and FF. RGB value is (116,53,255). Sum of RGB (Red+Green+Blue) = 116+53+255=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #7435FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7435FF is #8BCA00. Grayscale: #5E5E5E. Windows color (decimal): -9161217 or 16725364. OLE color: 16725364.
HSL color Cylindrical-coordinate representation of color #7435FF: hue angle of 258.71º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7435FF is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 53 | 255 | - |
| CMYK | 0.55 | 0.79 | 0 | 0 |
| HSL | 258.71º | 1% | 0.6% | - |
| HSV(B) | 258.71º | 0.79% | 1% | - |
| XYZ | 26.53 | 13.48 | 95.81 | - |
| YUV | 94.87 | 218.37 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 255 | 0.55 | 0.79 | 0 | 0 | 258.71 | 1 | 0.6 |
| Hex | 74 | 35 | FF | 37 | 4F | 0 | 0 | 103 | 64 | 3C |
| Octal | 164 | 65 | 377 | 67 | 117 | 0 | 0 | 403 | 144 | 74 |
| Binary | 1110100 | 110101 | 11111111 | 110111 | 1001111 | 0 | 0 | 100000011 | 1100100 | 111100 |
Color Harmonies of #7435FF
Complementary color
Monochromatic Colors of #7435FF
Black with #7435FF
Text Example
Text Example
White with #7435FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7435FF; }
p { color: rgb(116,53,255); }
H1.HeaderClassName
{
color: #7435FF;
}
.AnyTagClassName
{
color: #7435FF;
}
</style>
background-color css
<style>
a { background-color: #7435FF; }
a { background-color: rgb(116,53,255); }
div.DivClassName
{
background-color: #7435FF;
}
.BgClassName
{
background-color: #7435FF;
}
</style>
border-color css
<style>
span { border-color: #7435FF; }
span { border-color: rgb(116,53,255); }
td.TdClassName
{
border-color: #7435FF;
}
.TagClassName
{
border-color: #7435FF;
}
</style>