Shades of Blue Violet #7727FA
Tints of Blue Violet #7727FA
RGB
CMYK
RGB Variations
Color information
#7727FA (or 0x7727FA) is known color: Blue Violet. HEX triplet: 77, 27 and FA. RGB value is (119,39,250). Sum of RGB (Red+Green+Blue) = 119+39+250=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #7727FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7727FA is #88D805. Grayscale: #565656. Windows color (decimal): -8968198 or 16394103. OLE color: 16394103.
HSL color Cylindrical-coordinate representation of color #7727FA: hue angle of 262.75º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7727FA is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 39 | 250 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.02 |
| HSL | 262.75º | 0.95% | 0.57% | - |
| HSV(B) | 262.75º | 0.84% | 0.98% | - |
| XYZ | 25.59 | 12.28 | 91.46 | - |
| YUV | 86.97 | 220 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 39 | 250 | 0.52 | 0.84 | 0 | 0.02 | 262.75 | 0.95 | 0.57 |
| Hex | 77 | 27 | FA | 34 | 54 | 0 | 2 | 107 | 5F | 39 |
| Octal | 167 | 47 | 372 | 64 | 124 | 0 | 2 | 407 | 137 | 71 |
| Binary | 1110111 | 100111 | 11111010 | 110100 | 1010100 | 0 | 10 | 100000111 | 1011111 | 111001 |
Color Harmonies of #7727FA
Complementary color
Monochromatic Colors of #7727FA
Black with #7727FA
Text Example
Text Example
White with #7727FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7727FA; }
p { color: rgb(119,39,250); }
H1.HeaderClassName
{
color: #7727FA;
}
.AnyTagClassName
{
color: #7727FA;
}
</style>
background-color css
<style>
a { background-color: #7727FA; }
a { background-color: rgb(119,39,250); }
div.DivClassName
{
background-color: #7727FA;
}
.BgClassName
{
background-color: #7727FA;
}
</style>
border-color css
<style>
span { border-color: #7727FA; }
span { border-color: rgb(119,39,250); }
td.TdClassName
{
border-color: #7727FA;
}
.TagClassName
{
border-color: #7727FA;
}
</style>