Shades of Blue Violet #7430FE
Tints of Blue Violet #7430FE
RGB
CMYK
RGB Variations
Color information
#7430FE (or 0x7430FE) is known color: Blue Violet. HEX triplet: 74, 30 and FE. RGB value is (116,48,254). Sum of RGB (Red+Green+Blue) = 116+48+254=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #7430FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7430FE is #8BCF01. Grayscale: #5B5B5B. Windows color (decimal): -9162498 or 16658548. OLE color: 16658548.
HSL color Cylindrical-coordinate representation of color #7430FE: hue angle of 259.81º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7430FE is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 48 | 254 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.00 |
| HSL | 259.81º | 0.99% | 0.59% | - |
| HSV(B) | 259.81º | 0.81% | 1% | - |
| XYZ | 26.15 | 12.98 | 94.89 | - |
| YUV | 91.82 | 219.53 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 254 | 0.54 | 0.81 | 0 | 0.00 | 259.81 | 0.99 | 0.59 |
| Hex | 74 | 30 | FE | 36 | 51 | 0 | 0 | 104 | 63 | 3B |
| Octal | 164 | 60 | 376 | 66 | 121 | 0 | 0 | 404 | 143 | 73 |
| Binary | 1110100 | 110000 | 11111110 | 110110 | 1010001 | 0 | 0 | 100000100 | 1100011 | 111011 |
Color Harmonies of #7430FE
Complementary color
Monochromatic Colors of #7430FE
Black with #7430FE
Text Example
Text Example
White with #7430FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7430FE; }
p { color: rgb(116,48,254); }
H1.HeaderClassName
{
color: #7430FE;
}
.AnyTagClassName
{
color: #7430FE;
}
</style>
background-color css
<style>
a { background-color: #7430FE; }
a { background-color: rgb(116,48,254); }
div.DivClassName
{
background-color: #7430FE;
}
.BgClassName
{
background-color: #7430FE;
}
</style>
border-color css
<style>
span { border-color: #7430FE; }
span { border-color: rgb(116,48,254); }
td.TdClassName
{
border-color: #7430FE;
}
.TagClassName
{
border-color: #7430FE;
}
</style>