Shades of Blue Violet #7434FD
Tints of Blue Violet #7434FD
RGB
CMYK
RGB Variations
Color information
#7434FD (or 0x7434FD) is known color: Blue Violet. HEX triplet: 74, 34 and FD. RGB value is (116,52,253). Sum of RGB (Red+Green+Blue) = 116+52+253=421 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.55% from 421); Green value is 52 (20.70% from 255 or 12.35% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #7434FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7434FD is #8BCB02. Grayscale: #5D5D5D. Windows color (decimal): -9161475 or 16594036. OLE color: 16594036.
HSL color Cylindrical-coordinate representation of color #7434FD: hue angle of 259.1º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7434FD is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 52 | 253 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.01 |
| HSL | 259.1º | 0.98% | 0.6% | - |
| HSV(B) | 259.1º | 0.79% | 0.99% | - |
| XYZ | 26.16 | 13.26 | 94.11 | - |
| YUV | 94.05 | 217.7 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 253 | 0.54 | 0.79 | 0 | 0.01 | 259.1 | 0.98 | 0.6 |
| Hex | 74 | 34 | FD | 36 | 4F | 0 | 1 | 103 | 62 | 3C |
| Octal | 164 | 64 | 375 | 66 | 117 | 0 | 1 | 403 | 142 | 74 |
| Binary | 1110100 | 110100 | 11111101 | 110110 | 1001111 | 0 | 1 | 100000011 | 1100010 | 111100 |
Color Harmonies of #7434FD
Complementary color
Monochromatic Colors of #7434FD
Black with #7434FD
Text Example
Text Example
White with #7434FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7434FD; }
p { color: rgb(116,52,253); }
H1.HeaderClassName
{
color: #7434FD;
}
.AnyTagClassName
{
color: #7434FD;
}
</style>
background-color css
<style>
a { background-color: #7434FD; }
a { background-color: rgb(116,52,253); }
div.DivClassName
{
background-color: #7434FD;
}
.BgClassName
{
background-color: #7434FD;
}
</style>
border-color css
<style>
span { border-color: #7434FD; }
span { border-color: rgb(116,52,253); }
td.TdClassName
{
border-color: #7434FD;
}
.TagClassName
{
border-color: #7434FD;
}
</style>