Shades of Dark Violet #770BCF
Tints of Dark Violet #770BCF
RGB
CMYK
RGB Variations
Color information
#770BCF (or 0x770BCF) is known color: Dark Violet. HEX triplet: 77, 0B and CF. RGB value is (119,11,207). Sum of RGB (Red+Green+Blue) = 119+11+207=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #770BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BCF is #88F430. Grayscale: #404040. Windows color (decimal): -8975409 or 13568887. OLE color: 13568887.
HSL color Cylindrical-coordinate representation of color #770BCF: hue angle of 273.06º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770BCF is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 11 | 207 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.19 |
| HSL | 273.06º | 0.9% | 0.43% | - |
| HSV(B) | 273.06º | 0.95% | 0.81% | - |
| XYZ | 18.99 | 8.67 | 59.7 | - |
| YUV | 65.64 | 207.78 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 207 | 0.43 | 0.95 | 0 | 0.19 | 273.06 | 0.9 | 0.43 |
| Hex | 77 | B | CF | 2B | 5F | 0 | 13 | 111 | 5A | 2B |
| Octal | 167 | 13 | 317 | 53 | 137 | 0 | 23 | 421 | 132 | 53 |
| Binary | 1110111 | 1011 | 11001111 | 101011 | 1011111 | 0 | 10011 | 100010001 | 1011010 | 101011 |
Color Harmonies of #770BCF
Complementary color
Monochromatic Colors of #770BCF
Black with #770BCF
Text Example
Text Example
White with #770BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770BCF; }
p { color: rgb(119,11,207); }
H1.HeaderClassName
{
color: #770BCF;
}
.AnyTagClassName
{
color: #770BCF;
}
</style>
background-color css
<style>
a { background-color: #770BCF; }
a { background-color: rgb(119,11,207); }
div.DivClassName
{
background-color: #770BCF;
}
.BgClassName
{
background-color: #770BCF;
}
</style>
border-color css
<style>
span { border-color: #770BCF; }
span { border-color: rgb(119,11,207); }
td.TdClassName
{
border-color: #770BCF;
}
.TagClassName
{
border-color: #770BCF;
}
</style>