Shades of Dark Violet #6B01CE
Tints of Dark Violet #6B01CE
RGB
CMYK
RGB Variations
Color information
#6B01CE (or 0x6B01CE) is known color: Dark Violet. HEX triplet: 6B, 01 and CE. RGB value is (107,1,206). Sum of RGB (Red+Green+Blue) = 107+1+206=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B01CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B01CE is #94FE31. Grayscale: #373737. Windows color (decimal): -9764402 or 13500779. OLE color: 13500779.
HSL color Cylindrical-coordinate representation of color #6B01CE: hue angle of 271.02º 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 #6B01CE is Cyan = 0.48, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 1 | 206 | - |
| CMYK | 0.48 | 1.00 | 0 | 0.19 |
| HSL | 271.02º | 0.99% | 0.41% | - |
| HSV(B) | 271.02º | 1% | 0.81% | - |
| XYZ | 17.21 | 7.6 | 58.95 | - |
| YUV | 56.06 | 212.62 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 1 | 206 | 0.48 | 1.00 | 0 | 0.19 | 271.02 | 0.99 | 0.41 |
| Hex | 6B | 1 | CE | 30 | 64 | 0 | 13 | 10F | 63 | 29 |
| Octal | 153 | 1 | 316 | 60 | 144 | 0 | 23 | 417 | 143 | 51 |
| Binary | 1101011 | 1 | 11001110 | 110000 | 1100100 | 0 | 10011 | 100001111 | 1100011 | 101001 |
Color Harmonies of #6B01CE
Complementary color
Monochromatic Colors of #6B01CE
Black with #6B01CE
Text Example
Text Example
White with #6B01CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B01CE; }
p { color: rgb(107,1,206); }
H1.HeaderClassName
{
color: #6B01CE;
}
.AnyTagClassName
{
color: #6B01CE;
}
</style>
background-color css
<style>
a { background-color: #6B01CE; }
a { background-color: rgb(107,1,206); }
div.DivClassName
{
background-color: #6B01CE;
}
.BgClassName
{
background-color: #6B01CE;
}
</style>
border-color css
<style>
span { border-color: #6B01CE; }
span { border-color: rgb(107,1,206); }
td.TdClassName
{
border-color: #6B01CE;
}
.TagClassName
{
border-color: #6B01CE;
}
</style>