Shades of Blue Violet #7438FA
Tints of Blue Violet #7438FA
RGB
CMYK
RGB Variations
Color information
#7438FA (or 0x7438FA) is known color: Blue Violet. HEX triplet: 74, 38 and FA. RGB value is (116,56,250). Sum of RGB (Red+Green+Blue) = 116+56+250=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #7438FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7438FA is #8BC705. Grayscale: #5F5F5F. Windows color (decimal): -9160454 or 16398452. OLE color: 16398452.
HSL color Cylindrical-coordinate representation of color #7438FA: hue angle of 258.56º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7438FA is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 56 | 250 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.02 |
| HSL | 258.56º | 0.95% | 0.6% | - |
| HSV(B) | 258.56º | 0.78% | 0.98% | - |
| XYZ | 25.87 | 13.44 | 91.67 | - |
| YUV | 96.06 | 214.88 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 250 | 0.54 | 0.78 | 0 | 0.02 | 258.56 | 0.95 | 0.6 |
| Hex | 74 | 38 | FA | 36 | 4E | 0 | 2 | 103 | 5F | 3C |
| Octal | 164 | 70 | 372 | 66 | 116 | 0 | 2 | 403 | 137 | 74 |
| Binary | 1110100 | 111000 | 11111010 | 110110 | 1001110 | 0 | 10 | 100000011 | 1011111 | 111100 |
Color Harmonies of #7438FA
Complementary color
Monochromatic Colors of #7438FA
Black with #7438FA
Text Example
Text Example
White with #7438FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7438FA; }
p { color: rgb(116,56,250); }
H1.HeaderClassName
{
color: #7438FA;
}
.AnyTagClassName
{
color: #7438FA;
}
</style>
background-color css
<style>
a { background-color: #7438FA; }
a { background-color: rgb(116,56,250); }
div.DivClassName
{
background-color: #7438FA;
}
.BgClassName
{
background-color: #7438FA;
}
</style>
border-color css
<style>
span { border-color: #7438FA; }
span { border-color: rgb(116,56,250); }
td.TdClassName
{
border-color: #7438FA;
}
.TagClassName
{
border-color: #7438FA;
}
</style>