Shades of Blue Violet #7838FE
Tints of Blue Violet #7838FE
RGB
CMYK
RGB Variations
Color information
#7838FE (or 0x7838FE) is known color: Blue Violet. HEX triplet: 78, 38 and FE. RGB value is (120,56,254). Sum of RGB (Red+Green+Blue) = 120+56+254=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #7838FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7838FE is #87C701. Grayscale: #606060. Windows color (decimal): -8898306 or 16660600. OLE color: 16660600.
HSL color Cylindrical-coordinate representation of color #7838FE: hue angle of 259.39º 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 #7838FE is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 56 | 254 | - |
| CMYK | 0.53 | 0.78 | 0 | 0.00 |
| HSL | 259.39º | 0.99% | 0.61% | - |
| HSV(B) | 259.39º | 0.78% | 1% | - |
| XYZ | 27.05 | 13.98 | 95.04 | - |
| YUV | 97.71 | 216.2 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 56 | 254 | 0.53 | 0.78 | 0 | 0.00 | 259.39 | 0.99 | 0.61 |
| Hex | 78 | 38 | FE | 35 | 4E | 0 | 0 | 103 | 63 | 3D |
| Octal | 170 | 70 | 376 | 65 | 116 | 0 | 0 | 403 | 143 | 75 |
| Binary | 1111000 | 111000 | 11111110 | 110101 | 1001110 | 0 | 0 | 100000011 | 1100011 | 111101 |
Color Harmonies of #7838FE
Complementary color
Monochromatic Colors of #7838FE
Black with #7838FE
Text Example
Text Example
White with #7838FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7838FE; }
p { color: rgb(120,56,254); }
H1.HeaderClassName
{
color: #7838FE;
}
.AnyTagClassName
{
color: #7838FE;
}
</style>
background-color css
<style>
a { background-color: #7838FE; }
a { background-color: rgb(120,56,254); }
div.DivClassName
{
background-color: #7838FE;
}
.BgClassName
{
background-color: #7838FE;
}
</style>
border-color css
<style>
span { border-color: #7838FE; }
span { border-color: rgb(120,56,254); }
td.TdClassName
{
border-color: #7838FE;
}
.TagClassName
{
border-color: #7838FE;
}
</style>