Shades of Blue Violet #7727DE
Tints of Blue Violet #7727DE
RGB
CMYK
RGB Variations
Color information
#7727DE (or 0x7727DE) is known color: Blue Violet. HEX triplet: 77, 27 and DE. RGB value is (119,39,222). Sum of RGB (Red+Green+Blue) = 119+39+222=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #7727DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7727DE is #88D821. Grayscale: #535353. Windows color (decimal): -8968226 or 14559095. OLE color: 14559095.
HSL color Cylindrical-coordinate representation of color #7727DE: hue angle of 266.23º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7727DE is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 39 | 222 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.13 |
| HSL | 266.23º | 0.73% | 0.51% | - |
| HSV(B) | 266.23º | 0.82% | 0.87% | - |
| XYZ | 21.52 | 10.65 | 70.03 | - |
| YUV | 83.78 | 206 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 39 | 222 | 0.46 | 0.82 | 0 | 0.13 | 266.23 | 0.73 | 0.51 |
| Hex | 77 | 27 | DE | 2E | 52 | 0 | D | 10A | 49 | 33 |
| Octal | 167 | 47 | 336 | 56 | 122 | 0 | 15 | 412 | 111 | 63 |
| Binary | 1110111 | 100111 | 11011110 | 101110 | 1010010 | 0 | 1101 | 100001010 | 1001001 | 110011 |
Color Harmonies of #7727DE
Complementary color
Monochromatic Colors of #7727DE
Black with #7727DE
Text Example
Text Example
White with #7727DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7727DE; }
p { color: rgb(119,39,222); }
H1.HeaderClassName
{
color: #7727DE;
}
.AnyTagClassName
{
color: #7727DE;
}
</style>
background-color css
<style>
a { background-color: #7727DE; }
a { background-color: rgb(119,39,222); }
div.DivClassName
{
background-color: #7727DE;
}
.BgClassName
{
background-color: #7727DE;
}
</style>
border-color css
<style>
span { border-color: #7727DE; }
span { border-color: rgb(119,39,222); }
td.TdClassName
{
border-color: #7727DE;
}
.TagClassName
{
border-color: #7727DE;
}
</style>