Shades of Blue Violet #7434DC
Tints of Blue Violet #7434DC
RGB
CMYK
RGB Variations
Color information
#7434DC (or 0x7434DC) is known color: Blue Violet. HEX triplet: 74, 34 and DC. RGB value is (116,52,220). Sum of RGB (Red+Green+Blue) = 116+52+220=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #7434DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7434DC is #8BCB23. Grayscale: #595959. Windows color (decimal): -9161508 or 14431348. OLE color: 14431348.
HSL color Cylindrical-coordinate representation of color #7434DC: hue angle of 262.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7434DC is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 52 | 220 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.14 |
| HSL | 262.86º | 0.71% | 0.53% | - |
| HSV(B) | 262.86º | 0.76% | 0.86% | - |
| XYZ | 21.35 | 11.34 | 68.77 | - |
| YUV | 90.29 | 201.2 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 220 | 0.47 | 0.76 | 0 | 0.14 | 262.86 | 0.71 | 0.53 |
| Hex | 74 | 34 | DC | 2F | 4C | 0 | E | 107 | 47 | 35 |
| Octal | 164 | 64 | 334 | 57 | 114 | 0 | 16 | 407 | 107 | 65 |
| Binary | 1110100 | 110100 | 11011100 | 101111 | 1001100 | 0 | 1110 | 100000111 | 1000111 | 110101 |
Color Harmonies of #7434DC
Complementary color
Monochromatic Colors of #7434DC
Black with #7434DC
Text Example
Text Example
White with #7434DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7434DC; }
p { color: rgb(116,52,220); }
H1.HeaderClassName
{
color: #7434DC;
}
.AnyTagClassName
{
color: #7434DC;
}
</style>
background-color css
<style>
a { background-color: #7434DC; }
a { background-color: rgb(116,52,220); }
div.DivClassName
{
background-color: #7434DC;
}
.BgClassName
{
background-color: #7434DC;
}
</style>
border-color css
<style>
span { border-color: #7434DC; }
span { border-color: rgb(116,52,220); }
td.TdClassName
{
border-color: #7434DC;
}
.TagClassName
{
border-color: #7434DC;
}
</style>