Shades of Blue Violet #7430FD
Tints of Blue Violet #7430FD
RGB
CMYK
RGB Variations
Color information
#7430FD (or 0x7430FD) is known color: Blue Violet. HEX triplet: 74, 30 and FD. RGB value is (116,48,253). Sum of RGB (Red+Green+Blue) = 116+48+253=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #7430FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7430FD is #8BCF02. Grayscale: #5A5A5A. Windows color (decimal): -9162499 or 16593012. OLE color: 16593012.
HSL color Cylindrical-coordinate representation of color #7430FD: hue angle of 259.9º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7430FD is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 48 | 253 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.01 |
| HSL | 259.9º | 0.98% | 0.59% | - |
| HSV(B) | 259.9º | 0.81% | 0.99% | - |
| XYZ | 25.99 | 12.92 | 94.05 | - |
| YUV | 91.7 | 219.03 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 253 | 0.54 | 0.81 | 0 | 0.01 | 259.9 | 0.98 | 0.59 |
| Hex | 74 | 30 | FD | 36 | 51 | 0 | 1 | 104 | 62 | 3B |
| Octal | 164 | 60 | 375 | 66 | 121 | 0 | 1 | 404 | 142 | 73 |
| Binary | 1110100 | 110000 | 11111101 | 110110 | 1010001 | 0 | 1 | 100000100 | 1100010 | 111011 |
Color Harmonies of #7430FD
Complementary color
Monochromatic Colors of #7430FD
Black with #7430FD
Text Example
Text Example
White with #7430FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7430FD; }
p { color: rgb(116,48,253); }
H1.HeaderClassName
{
color: #7430FD;
}
.AnyTagClassName
{
color: #7430FD;
}
</style>
background-color css
<style>
a { background-color: #7430FD; }
a { background-color: rgb(116,48,253); }
div.DivClassName
{
background-color: #7430FD;
}
.BgClassName
{
background-color: #7430FD;
}
</style>
border-color css
<style>
span { border-color: #7430FD; }
span { border-color: rgb(116,48,253); }
td.TdClassName
{
border-color: #7430FD;
}
.TagClassName
{
border-color: #7430FD;
}
</style>