Shades of Blue Violet #7738DD
Tints of Blue Violet #7738DD
RGB
CMYK
RGB Variations
Color information
#7738DD (or 0x7738DD) is known color: Blue Violet. HEX triplet: 77, 38 and DD. RGB value is (119,56,221). Sum of RGB (Red+Green+Blue) = 119+56+221=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #7738DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7738DD is #88C722. Grayscale: #5D5D5D. Windows color (decimal): -8963875 or 14497911. OLE color: 14497911.
HSL color Cylindrical-coordinate representation of color #7738DD: hue angle of 262.91º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7738DD is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 56 | 221 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.13 |
| HSL | 262.91º | 0.71% | 0.54% | - |
| HSV(B) | 262.91º | 0.75% | 0.87% | - |
| XYZ | 22.07 | 11.97 | 69.55 | - |
| YUV | 93.65 | 199.87 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 56 | 221 | 0.46 | 0.75 | 0 | 0.13 | 262.91 | 0.71 | 0.54 |
| Hex | 77 | 38 | DD | 2E | 4B | 0 | D | 107 | 47 | 36 |
| Octal | 167 | 70 | 335 | 56 | 113 | 0 | 15 | 407 | 107 | 66 |
| Binary | 1110111 | 111000 | 11011101 | 101110 | 1001011 | 0 | 1101 | 100000111 | 1000111 | 110110 |
Color Harmonies of #7738DD
Complementary color
Monochromatic Colors of #7738DD
Black with #7738DD
Text Example
Text Example
White with #7738DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7738DD; }
p { color: rgb(119,56,221); }
H1.HeaderClassName
{
color: #7738DD;
}
.AnyTagClassName
{
color: #7738DD;
}
</style>
background-color css
<style>
a { background-color: #7738DD; }
a { background-color: rgb(119,56,221); }
div.DivClassName
{
background-color: #7738DD;
}
.BgClassName
{
background-color: #7738DD;
}
</style>
border-color css
<style>
span { border-color: #7738DD; }
span { border-color: rgb(119,56,221); }
td.TdClassName
{
border-color: #7738DD;
}
.TagClassName
{
border-color: #7738DD;
}
</style>