Shades of Blue Violet #7435DD
Tints of Blue Violet #7435DD
RGB
CMYK
RGB Variations
Color information
#7435DD (or 0x7435DD) is known color: Blue Violet. HEX triplet: 74, 35 and DD. RGB value is (116,53,221). Sum of RGB (Red+Green+Blue) = 116+53+221=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #7435DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7435DD is #8BCA22. Grayscale: #5A5A5A. Windows color (decimal): -9161251 or 14497140. OLE color: 14497140.
HSL color Cylindrical-coordinate representation of color #7435DD: hue angle of 262.5º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7435DD is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 53 | 221 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.13 |
| HSL | 262.5º | 0.71% | 0.54% | - |
| HSV(B) | 262.5º | 0.76% | 0.87% | - |
| XYZ | 21.53 | 11.48 | 69.49 | - |
| YUV | 90.99 | 201.37 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 221 | 0.48 | 0.76 | 0 | 0.13 | 262.5 | 0.71 | 0.54 |
| Hex | 74 | 35 | DD | 30 | 4C | 0 | D | 106 | 47 | 36 |
| Octal | 164 | 65 | 335 | 60 | 114 | 0 | 15 | 406 | 107 | 66 |
| Binary | 1110100 | 110101 | 11011101 | 110000 | 1001100 | 0 | 1101 | 100000110 | 1000111 | 110110 |
Color Harmonies of #7435DD
Complementary color
Monochromatic Colors of #7435DD
Black with #7435DD
Text Example
Text Example
White with #7435DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7435DD; }
p { color: rgb(116,53,221); }
H1.HeaderClassName
{
color: #7435DD;
}
.AnyTagClassName
{
color: #7435DD;
}
</style>
background-color css
<style>
a { background-color: #7435DD; }
a { background-color: rgb(116,53,221); }
div.DivClassName
{
background-color: #7435DD;
}
.BgClassName
{
background-color: #7435DD;
}
</style>
border-color css
<style>
span { border-color: #7435DD; }
span { border-color: rgb(116,53,221); }
td.TdClassName
{
border-color: #7435DD;
}
.TagClassName
{
border-color: #7435DD;
}
</style>