Shades of Blue Violet #7430FA
Tints of Blue Violet #7430FA
RGB
CMYK
RGB Variations
Color information
#7430FA (or 0x7430FA) is known color: Blue Violet. HEX triplet: 74, 30 and FA. RGB value is (116,48,250). Sum of RGB (Red+Green+Blue) = 116+48+250=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #7430FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7430FA is #8BCF05. Grayscale: #5A5A5A. Windows color (decimal): -9162502 or 16396404. OLE color: 16396404.
HSL color Cylindrical-coordinate representation of color #7430FA: hue angle of 260.2º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7430FA is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 48 | 250 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.02 |
| HSL | 260.2º | 0.95% | 0.58% | - |
| HSV(B) | 260.2º | 0.81% | 0.98% | - |
| XYZ | 25.51 | 12.73 | 91.55 | - |
| YUV | 91.36 | 217.53 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 250 | 0.54 | 0.81 | 0 | 0.02 | 260.2 | 0.95 | 0.58 |
| Hex | 74 | 30 | FA | 36 | 51 | 0 | 2 | 104 | 5F | 3A |
| Octal | 164 | 60 | 372 | 66 | 121 | 0 | 2 | 404 | 137 | 72 |
| Binary | 1110100 | 110000 | 11111010 | 110110 | 1010001 | 0 | 10 | 100000100 | 1011111 | 111010 |
Color Harmonies of #7430FA
Complementary color
Monochromatic Colors of #7430FA
Black with #7430FA
Text Example
Text Example
White with #7430FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7430FA; }
p { color: rgb(116,48,250); }
H1.HeaderClassName
{
color: #7430FA;
}
.AnyTagClassName
{
color: #7430FA;
}
</style>
background-color css
<style>
a { background-color: #7430FA; }
a { background-color: rgb(116,48,250); }
div.DivClassName
{
background-color: #7430FA;
}
.BgClassName
{
background-color: #7430FA;
}
</style>
border-color css
<style>
span { border-color: #7430FA; }
span { border-color: rgb(116,48,250); }
td.TdClassName
{
border-color: #7430FA;
}
.TagClassName
{
border-color: #7430FA;
}
</style>