Shades of Blue Violet #7434DD
Tints of Blue Violet #7434DD
RGB
CMYK
RGB Variations
Color information
#7434DD (or 0x7434DD) is known color: Blue Violet. HEX triplet: 74, 34 and DD. RGB value is (116,52,221). Sum of RGB (Red+Green+Blue) = 116+52+221=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #7434DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7434DD is #8BCB22. Grayscale: #595959. Windows color (decimal): -9161507 or 14496884. OLE color: 14496884.
HSL color Cylindrical-coordinate representation of color #7434DD: hue angle of 262.72º 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 #7434DD is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 52 | 221 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.13 |
| HSL | 262.72º | 0.71% | 0.54% | - |
| HSV(B) | 262.72º | 0.76% | 0.87% | - |
| XYZ | 21.48 | 11.39 | 69.47 | - |
| YUV | 90.4 | 201.7 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 221 | 0.48 | 0.76 | 0 | 0.13 | 262.72 | 0.71 | 0.54 |
| Hex | 74 | 34 | DD | 30 | 4C | 0 | D | 107 | 47 | 36 |
| Octal | 164 | 64 | 335 | 60 | 114 | 0 | 15 | 407 | 107 | 66 |
| Binary | 1110100 | 110100 | 11011101 | 110000 | 1001100 | 0 | 1101 | 100000111 | 1000111 | 110110 |
Color Harmonies of #7434DD
Complementary color
Monochromatic Colors of #7434DD
Black with #7434DD
Text Example
Text Example
White with #7434DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7434DD; }
p { color: rgb(116,52,221); }
H1.HeaderClassName
{
color: #7434DD;
}
.AnyTagClassName
{
color: #7434DD;
}
</style>
background-color css
<style>
a { background-color: #7434DD; }
a { background-color: rgb(116,52,221); }
div.DivClassName
{
background-color: #7434DD;
}
.BgClassName
{
background-color: #7434DD;
}
</style>
border-color css
<style>
span { border-color: #7434DD; }
span { border-color: rgb(116,52,221); }
td.TdClassName
{
border-color: #7434DD;
}
.TagClassName
{
border-color: #7434DD;
}
</style>