Shades of Dark Violet #6F01CE
Tints of Dark Violet #6F01CE
RGB
CMYK
RGB Variations
Color information
#6F01CE (or 0x6F01CE) is known color: Dark Violet. HEX triplet: 6F, 01 and CE. RGB value is (111,1,206). Sum of RGB (Red+Green+Blue) = 111+1+206=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F01CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F01CE is #90FE31. Grayscale: #383838. Windows color (decimal): -9502258 or 13500783. OLE color: 13500783.
HSL color Cylindrical-coordinate representation of color #6F01CE: hue angle of 272.2º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F01CE is Cyan = 0.46, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 1 | 206 | - |
| CMYK | 0.46 | 1.00 | 0 | 0.19 |
| HSL | 272.2º | 0.99% | 0.41% | - |
| HSV(B) | 272.2º | 1% | 0.81% | - |
| XYZ | 17.71 | 7.86 | 58.98 | - |
| YUV | 57.26 | 211.94 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 206 | 0.46 | 1.00 | 0 | 0.19 | 272.2 | 0.99 | 0.41 |
| Hex | 6F | 1 | CE | 2E | 64 | 0 | 13 | 110 | 63 | 29 |
| Octal | 157 | 1 | 316 | 56 | 144 | 0 | 23 | 420 | 143 | 51 |
| Binary | 1101111 | 1 | 11001110 | 101110 | 1100100 | 0 | 10011 | 100010000 | 1100011 | 101001 |
Color Harmonies of #6F01CE
Complementary color
Monochromatic Colors of #6F01CE
Black with #6F01CE
Text Example
Text Example
White with #6F01CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F01CE; }
p { color: rgb(111,1,206); }
H1.HeaderClassName
{
color: #6F01CE;
}
.AnyTagClassName
{
color: #6F01CE;
}
</style>
background-color css
<style>
a { background-color: #6F01CE; }
a { background-color: rgb(111,1,206); }
div.DivClassName
{
background-color: #6F01CE;
}
.BgClassName
{
background-color: #6F01CE;
}
</style>
border-color css
<style>
span { border-color: #6F01CE; }
span { border-color: rgb(111,1,206); }
td.TdClassName
{
border-color: #6F01CE;
}
.TagClassName
{
border-color: #6F01CE;
}
</style>