Shades of Dark Violet #7F0DBB
Tints of Dark Violet #7F0DBB
RGB
CMYK
RGB Variations
Color information
#7F0DBB (or 0x7F0DBB) is known color: Dark Violet. HEX triplet: 7F, 0D and BB. RGB value is (127,13,187). Sum of RGB (Red+Green+Blue) = 127+13+187=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F0DBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0DBB is #80F244. Grayscale: #424242. Windows color (decimal): -8450629 or 12258687. OLE color: 12258687.
HSL color Cylindrical-coordinate representation of color #7F0DBB: hue angle of 279.31º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F0DBB is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 13 | 187 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.27 |
| HSL | 279.31º | 0.87% | 0.39% | - |
| HSV(B) | 279.31º | 0.93% | 0.73% | - |
| XYZ | 17.87 | 8.39 | 47.69 | - |
| YUV | 66.92 | 195.77 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 13 | 187 | 0.32 | 0.93 | 0 | 0.27 | 279.31 | 0.87 | 0.39 |
| Hex | 7F | D | BB | 20 | 5D | 0 | 1B | 117 | 57 | 27 |
| Octal | 177 | 15 | 273 | 40 | 135 | 0 | 33 | 427 | 127 | 47 |
| Binary | 1111111 | 1101 | 10111011 | 100000 | 1011101 | 0 | 11011 | 100010111 | 1010111 | 100111 |
Color Harmonies of #7F0DBB
Complementary color
Monochromatic Colors of #7F0DBB
Black with #7F0DBB
Text Example
Text Example
White with #7F0DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0DBB; }
p { color: rgb(127,13,187); }
H1.HeaderClassName
{
color: #7F0DBB;
}
.AnyTagClassName
{
color: #7F0DBB;
}
</style>
background-color css
<style>
a { background-color: #7F0DBB; }
a { background-color: rgb(127,13,187); }
div.DivClassName
{
background-color: #7F0DBB;
}
.BgClassName
{
background-color: #7F0DBB;
}
</style>
border-color css
<style>
span { border-color: #7F0DBB; }
span { border-color: rgb(127,13,187); }
td.TdClassName
{
border-color: #7F0DBB;
}
.TagClassName
{
border-color: #7F0DBB;
}
</style>