Shades of Dark Violet #6C03CE
Tints of Dark Violet #6C03CE
RGB
CMYK
RGB Variations
Color information
#6C03CE (or 0x6C03CE) is known color: Dark Violet. HEX triplet: 6C, 03 and CE. RGB value is (108,3,206). Sum of RGB (Red+Green+Blue) = 108+3+206=317 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.07% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C03CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C03CE is #93FC31. Grayscale: #383838. Windows color (decimal): -9698354 or 13501292. OLE color: 13501292.
HSL color Cylindrical-coordinate representation of color #6C03CE: hue angle of 271.03º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C03CE is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 3 | 206 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.19 |
| HSL | 271.03º | 0.97% | 0.41% | - |
| HSV(B) | 271.03º | 0.99% | 0.81% | - |
| XYZ | 17.36 | 7.71 | 58.97 | - |
| YUV | 57.54 | 211.79 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 206 | 0.48 | 0.99 | 0 | 0.19 | 271.03 | 0.97 | 0.41 |
| Hex | 6C | 3 | CE | 30 | 63 | 0 | 13 | 10F | 61 | 29 |
| Octal | 154 | 3 | 316 | 60 | 143 | 0 | 23 | 417 | 141 | 51 |
| Binary | 1101100 | 11 | 11001110 | 110000 | 1100011 | 0 | 10011 | 100001111 | 1100001 | 101001 |
Color Harmonies of #6C03CE
Complementary color
Monochromatic Colors of #6C03CE
Black with #6C03CE
Text Example
Text Example
White with #6C03CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C03CE; }
p { color: rgb(108,3,206); }
H1.HeaderClassName
{
color: #6C03CE;
}
.AnyTagClassName
{
color: #6C03CE;
}
</style>
background-color css
<style>
a { background-color: #6C03CE; }
a { background-color: rgb(108,3,206); }
div.DivClassName
{
background-color: #6C03CE;
}
.BgClassName
{
background-color: #6C03CE;
}
</style>
border-color css
<style>
span { border-color: #6C03CE; }
span { border-color: rgb(108,3,206); }
td.TdClassName
{
border-color: #6C03CE;
}
.TagClassName
{
border-color: #6C03CE;
}
</style>