Shades of Dark Violet #6F00CD
Tints of Dark Violet #6F00CD
RGB
CMYK
RGB Variations
Color information
#6F00CD (or 0x6F00CD) is known color: Dark Violet. HEX triplet: 6F, 00 and CD. RGB value is (111,0,205). Sum of RGB (Red+Green+Blue) = 111+0+205=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F00CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F00CD is #90FF32. Grayscale: #373737. Windows color (decimal): -9502515 or 13434991. OLE color: 13434991.
HSL color Cylindrical-coordinate representation of color #6F00CD: hue angle of 272.49º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F00CD is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 0 | 205 | - |
| CMYK | 0.46 | 1 | 0 | 0.20 |
| HSL | 272.49º | 1% | 0.4% | - |
| HSV(B) | 272.49º | 1% | 0.8% | - |
| XYZ | 17.57 | 7.79 | 58.33 | - |
| YUV | 56.56 | 211.77 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 205 | 0.46 | 1 | 0 | 0.20 | 272.49 | 1 | 0.4 |
| Hex | 6F | 0 | CD | 2E | 64 | 0 | 14 | 110 | 64 | 28 |
| Octal | 157 | 0 | 315 | 56 | 144 | 0 | 24 | 420 | 144 | 50 |
| Binary | 1101111 | 0 | 11001101 | 101110 | 1100100 | 0 | 10100 | 100010000 | 1100100 | 101000 |
Color Harmonies of #6F00CD
Complementary color
Monochromatic Colors of #6F00CD
Black with #6F00CD
Text Example
Text Example
White with #6F00CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F00CD; }
p { color: rgb(111,0,205); }
H1.HeaderClassName
{
color: #6F00CD;
}
.AnyTagClassName
{
color: #6F00CD;
}
</style>
background-color css
<style>
a { background-color: #6F00CD; }
a { background-color: rgb(111,0,205); }
div.DivClassName
{
background-color: #6F00CD;
}
.BgClassName
{
background-color: #6F00CD;
}
</style>
border-color css
<style>
span { border-color: #6F00CD; }
span { border-color: rgb(111,0,205); }
td.TdClassName
{
border-color: #6F00CD;
}
.TagClassName
{
border-color: #6F00CD;
}
</style>