Shades of Blue Violet #7434FC
Tints of Blue Violet #7434FC
RGB
CMYK
RGB Variations
Color information
#7434FC (or 0x7434FC) is known color: Blue Violet. HEX triplet: 74, 34 and FC. RGB value is (116,52,252). Sum of RGB (Red+Green+Blue) = 116+52+252=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #7434FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7434FC is #8BCB03. Grayscale: #5D5D5D. Windows color (decimal): -9161476 or 16528500. OLE color: 16528500.
HSL color Cylindrical-coordinate representation of color #7434FC: hue angle of 259.2º degrees, saturation: 0.97, 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 #7434FC is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 52 | 252 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.01 |
| HSL | 259.2º | 0.97% | 0.6% | - |
| HSV(B) | 259.2º | 0.79% | 0.99% | - |
| XYZ | 26 | 13.2 | 93.27 | - |
| YUV | 93.94 | 217.2 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 252 | 0.54 | 0.79 | 0 | 0.01 | 259.2 | 0.97 | 0.6 |
| Hex | 74 | 34 | FC | 36 | 4F | 0 | 1 | 103 | 61 | 3C |
| Octal | 164 | 64 | 374 | 66 | 117 | 0 | 1 | 403 | 141 | 74 |
| Binary | 1110100 | 110100 | 11111100 | 110110 | 1001111 | 0 | 1 | 100000011 | 1100001 | 111100 |
Color Harmonies of #7434FC
Complementary color
Monochromatic Colors of #7434FC
Black with #7434FC
Text Example
Text Example
White with #7434FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7434FC; }
p { color: rgb(116,52,252); }
H1.HeaderClassName
{
color: #7434FC;
}
.AnyTagClassName
{
color: #7434FC;
}
</style>
background-color css
<style>
a { background-color: #7434FC; }
a { background-color: rgb(116,52,252); }
div.DivClassName
{
background-color: #7434FC;
}
.BgClassName
{
background-color: #7434FC;
}
</style>
border-color css
<style>
span { border-color: #7434FC; }
span { border-color: rgb(116,52,252); }
td.TdClassName
{
border-color: #7434FC;
}
.TagClassName
{
border-color: #7434FC;
}
</style>