Shades of Blue Violet #7430FF
Tints of Blue Violet #7430FF
RGB
CMYK
RGB Variations
Color information
#7430FF (or 0x7430FF) is known color: Blue Violet. HEX triplet: 74, 30 and FF. RGB value is (116,48,255). Sum of RGB (Red+Green+Blue) = 116+48+255=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #7430FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7430FF is #8BCF00. Grayscale: #5B5B5B. Windows color (decimal): -9162497 or 16724084. OLE color: 16724084.
HSL color Cylindrical-coordinate representation of color #7430FF: hue angle of 259.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7430FF is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 48 | 255 | - |
| CMYK | 0.55 | 0.81 | 0 | 0 |
| HSL | 259.71º | 1% | 0.59% | - |
| HSV(B) | 259.71º | 0.81% | 1% | - |
| XYZ | 26.31 | 13.05 | 95.74 | - |
| YUV | 91.93 | 220.03 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 255 | 0.55 | 0.81 | 0 | 0 | 259.71 | 1 | 0.59 |
| Hex | 74 | 30 | FF | 37 | 51 | 0 | 0 | 104 | 64 | 3B |
| Octal | 164 | 60 | 377 | 67 | 121 | 0 | 0 | 404 | 144 | 73 |
| Binary | 1110100 | 110000 | 11111111 | 110111 | 1010001 | 0 | 0 | 100000100 | 1100100 | 111011 |
Color Harmonies of #7430FF
Complementary color
Monochromatic Colors of #7430FF
Black with #7430FF
Text Example
Text Example
White with #7430FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7430FF; }
p { color: rgb(116,48,255); }
H1.HeaderClassName
{
color: #7430FF;
}
.AnyTagClassName
{
color: #7430FF;
}
</style>
background-color css
<style>
a { background-color: #7430FF; }
a { background-color: rgb(116,48,255); }
div.DivClassName
{
background-color: #7430FF;
}
.BgClassName
{
background-color: #7430FF;
}
</style>
border-color css
<style>
span { border-color: #7430FF; }
span { border-color: rgb(116,48,255); }
td.TdClassName
{
border-color: #7430FF;
}
.TagClassName
{
border-color: #7430FF;
}
</style>