Shades of Blue Violet #770CDF
Tints of Blue Violet #770CDF
RGB
CMYK
RGB Variations
Color information
#770CDF (or 0x770CDF) is known color: Blue Violet. HEX triplet: 77, 0C and DF. RGB value is (119,12,223). Sum of RGB (Red+Green+Blue) = 119+12+223=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #770CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770CDF is #88F320. Grayscale: #434343. Windows color (decimal): -8975137 or 14617719. OLE color: 14617719.
HSL color Cylindrical-coordinate representation of color #770CDF: hue angle of 270.43º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770CDF is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 12 | 223 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.13 |
| HSL | 270.43º | 0.9% | 0.46% | - |
| HSV(B) | 270.43º | 0.95% | 0.87% | - |
| XYZ | 21.06 | 9.51 | 70.54 | - |
| YUV | 68.05 | 215.45 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 223 | 0.47 | 0.95 | 0 | 0.13 | 270.43 | 0.9 | 0.46 |
| Hex | 77 | C | DF | 2F | 5F | 0 | D | 10E | 5A | 2E |
| Octal | 167 | 14 | 337 | 57 | 137 | 0 | 15 | 416 | 132 | 56 |
| Binary | 1110111 | 1100 | 11011111 | 101111 | 1011111 | 0 | 1101 | 100001110 | 1011010 | 101110 |
Color Harmonies of #770CDF
Complementary color
Monochromatic Colors of #770CDF
Black with #770CDF
Text Example
Text Example
White with #770CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770CDF; }
p { color: rgb(119,12,223); }
H1.HeaderClassName
{
color: #770CDF;
}
.AnyTagClassName
{
color: #770CDF;
}
</style>
background-color css
<style>
a { background-color: #770CDF; }
a { background-color: rgb(119,12,223); }
div.DivClassName
{
background-color: #770CDF;
}
.BgClassName
{
background-color: #770CDF;
}
</style>
border-color css
<style>
span { border-color: #770CDF; }
span { border-color: rgb(119,12,223); }
td.TdClassName
{
border-color: #770CDF;
}
.TagClassName
{
border-color: #770CDF;
}
</style>