Shades of Blue Violet #7438FE
Tints of Blue Violet #7438FE
RGB
CMYK
RGB Variations
Color information
#7438FE (or 0x7438FE) is known color: Blue Violet. HEX triplet: 74, 38 and FE. RGB value is (116,56,254). Sum of RGB (Red+Green+Blue) = 116+56+254=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #7438FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7438FE is #8BC701. Grayscale: #5F5F5F. Windows color (decimal): -9160450 or 16660596. OLE color: 16660596.
HSL color Cylindrical-coordinate representation of color #7438FE: hue angle of 258.18º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7438FE is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 56 | 254 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.00 |
| HSL | 258.18º | 0.99% | 0.61% | - |
| HSV(B) | 258.18º | 0.78% | 1% | - |
| XYZ | 26.51 | 13.7 | 95.01 | - |
| YUV | 96.51 | 216.88 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 254 | 0.54 | 0.78 | 0 | 0.00 | 258.18 | 0.99 | 0.61 |
| Hex | 74 | 38 | FE | 36 | 4E | 0 | 0 | 102 | 63 | 3D |
| Octal | 164 | 70 | 376 | 66 | 116 | 0 | 0 | 402 | 143 | 75 |
| Binary | 1110100 | 111000 | 11111110 | 110110 | 1001110 | 0 | 0 | 100000010 | 1100011 | 111101 |
Color Harmonies of #7438FE
Complementary color
Monochromatic Colors of #7438FE
Black with #7438FE
Text Example
Text Example
White with #7438FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7438FE; }
p { color: rgb(116,56,254); }
H1.HeaderClassName
{
color: #7438FE;
}
.AnyTagClassName
{
color: #7438FE;
}
</style>
background-color css
<style>
a { background-color: #7438FE; }
a { background-color: rgb(116,56,254); }
div.DivClassName
{
background-color: #7438FE;
}
.BgClassName
{
background-color: #7438FE;
}
</style>
border-color css
<style>
span { border-color: #7438FE; }
span { border-color: rgb(116,56,254); }
td.TdClassName
{
border-color: #7438FE;
}
.TagClassName
{
border-color: #7438FE;
}
</style>