Shades of Blue Violet #7838FF
Tints of Blue Violet #7838FF
RGB
CMYK
RGB Variations
Color information
#7838FF (or 0x7838FF) is known color: Blue Violet. HEX triplet: 78, 38 and FF. RGB value is (120,56,255). Sum of RGB (Red+Green+Blue) = 120+56+255=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #7838FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7838FF is #87C700. Grayscale: #616161. Windows color (decimal): -8898305 or 16726136. OLE color: 16726136.
HSL color Cylindrical-coordinate representation of color #7838FF: hue angle of 259.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7838FF is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 56 | 255 | - |
| CMYK | 0.53 | 0.78 | 0 | 0 |
| HSL | 259.3º | 1% | 0.61% | - |
| HSV(B) | 259.3º | 0.78% | 1% | - |
| XYZ | 27.21 | 14.04 | 95.88 | - |
| YUV | 97.82 | 216.7 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 56 | 255 | 0.53 | 0.78 | 0 | 0 | 259.3 | 1 | 0.61 |
| Hex | 78 | 38 | FF | 35 | 4E | 0 | 0 | 103 | 64 | 3D |
| Octal | 170 | 70 | 377 | 65 | 116 | 0 | 0 | 403 | 144 | 75 |
| Binary | 1111000 | 111000 | 11111111 | 110101 | 1001110 | 0 | 0 | 100000011 | 1100100 | 111101 |
Color Harmonies of #7838FF
Complementary color
Monochromatic Colors of #7838FF
Black with #7838FF
Text Example
Text Example
White with #7838FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7838FF; }
p { color: rgb(120,56,255); }
H1.HeaderClassName
{
color: #7838FF;
}
.AnyTagClassName
{
color: #7838FF;
}
</style>
background-color css
<style>
a { background-color: #7838FF; }
a { background-color: rgb(120,56,255); }
div.DivClassName
{
background-color: #7838FF;
}
.BgClassName
{
background-color: #7838FF;
}
</style>
border-color css
<style>
span { border-color: #7838FF; }
span { border-color: rgb(120,56,255); }
td.TdClassName
{
border-color: #7838FF;
}
.TagClassName
{
border-color: #7838FF;
}
</style>