Shades of Blue Violet #7738DA
Tints of Blue Violet #7738DA
RGB
CMYK
RGB Variations
Color information
#7738DA (or 0x7738DA) is known color: Blue Violet. HEX triplet: 77, 38 and DA. RGB value is (119,56,218). Sum of RGB (Red+Green+Blue) = 119+56+218=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #7738DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7738DA is #88C725. Grayscale: #5C5C5C. Windows color (decimal): -8963878 or 14301303. OLE color: 14301303.
HSL color Cylindrical-coordinate representation of color #7738DA: hue angle of 263.33º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7738DA is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 56 | 218 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.15 |
| HSL | 263.33º | 0.69% | 0.54% | - |
| HSV(B) | 263.33º | 0.74% | 0.85% | - |
| XYZ | 21.68 | 11.81 | 67.47 | - |
| YUV | 93.31 | 198.37 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 56 | 218 | 0.45 | 0.74 | 0 | 0.15 | 263.33 | 0.69 | 0.54 |
| Hex | 77 | 38 | DA | 2D | 4A | 0 | F | 107 | 45 | 36 |
| Octal | 167 | 70 | 332 | 55 | 112 | 0 | 17 | 407 | 105 | 66 |
| Binary | 1110111 | 111000 | 11011010 | 101101 | 1001010 | 0 | 1111 | 100000111 | 1000101 | 110110 |
Color Harmonies of #7738DA
Complementary color
Monochromatic Colors of #7738DA
Black with #7738DA
Text Example
Text Example
White with #7738DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7738DA; }
p { color: rgb(119,56,218); }
H1.HeaderClassName
{
color: #7738DA;
}
.AnyTagClassName
{
color: #7738DA;
}
</style>
background-color css
<style>
a { background-color: #7738DA; }
a { background-color: rgb(119,56,218); }
div.DivClassName
{
background-color: #7738DA;
}
.BgClassName
{
background-color: #7738DA;
}
</style>
border-color css
<style>
span { border-color: #7738DA; }
span { border-color: rgb(119,56,218); }
td.TdClassName
{
border-color: #7738DA;
}
.TagClassName
{
border-color: #7738DA;
}
</style>