Shades of Dark Violet #6F00AD
Tints of Dark Violet #6F00AD
RGB
CMYK
RGB Variations
Color information
#6F00AD (or 0x6F00AD) is known color: Dark Violet. HEX triplet: 6F, 00 and AD. RGB value is (111,0,173). Sum of RGB (Red+Green+Blue) = 111+0+173=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F00AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F00AD is #90FF52. Grayscale: #343434. Windows color (decimal): -9502547 or 11337839. OLE color: 11337839.
HSL color Cylindrical-coordinate representation of color #6F00AD: hue angle of 278.5º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F00AD is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 0 | 173 | - |
| CMYK | 0.36 | 1 | 0 | 0.32 |
| HSL | 278.5º | 1% | 0.34% | - |
| HSV(B) | 278.5º | 1% | 0.68% | - |
| XYZ | 14.1 | 6.4 | 40.03 | - |
| YUV | 52.91 | 195.77 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 173 | 0.36 | 1 | 0 | 0.32 | 278.5 | 1 | 0.34 |
| Hex | 6F | 0 | AD | 24 | 64 | 0 | 20 | 116 | 64 | 22 |
| Octal | 157 | 0 | 255 | 44 | 144 | 0 | 40 | 426 | 144 | 42 |
| Binary | 1101111 | 0 | 10101101 | 100100 | 1100100 | 0 | 100000 | 100010110 | 1100100 | 100010 |
Color Harmonies of #6F00AD
Complementary color
Monochromatic Colors of #6F00AD
Black with #6F00AD
Text Example
Text Example
White with #6F00AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F00AD; }
p { color: rgb(111,0,173); }
H1.HeaderClassName
{
color: #6F00AD;
}
.AnyTagClassName
{
color: #6F00AD;
}
</style>
background-color css
<style>
a { background-color: #6F00AD; }
a { background-color: rgb(111,0,173); }
div.DivClassName
{
background-color: #6F00AD;
}
.BgClassName
{
background-color: #6F00AD;
}
</style>
border-color css
<style>
span { border-color: #6F00AD; }
span { border-color: rgb(111,0,173); }
td.TdClassName
{
border-color: #6F00AD;
}
.TagClassName
{
border-color: #6F00AD;
}
</style>