Shades of Dark Violet #6B03D0
Tints of Dark Violet #6B03D0
RGB
CMYK
RGB Variations
Color information
#6B03D0 (or 0x6B03D0) is known color: Dark Violet. HEX triplet: 6B, 03 and D0. RGB value is (107,3,208). Sum of RGB (Red+Green+Blue) = 107+3+208=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 208 (81.64% from 255 or 65.41% from 318); Max value from RGB is 208 - color contains mainly: blue. Hex color #6B03D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B03D0 is #94FC2F. Grayscale: #383838. Windows color (decimal): -9763888 or 13632363. OLE color: 13632363.
HSL color Cylindrical-coordinate representation of color #6B03D0: hue angle of 270.44º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B03D0 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 3 | 208 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.18 |
| HSL | 270.44º | 0.97% | 0.41% | - |
| HSV(B) | 270.44º | 0.99% | 0.82% | - |
| XYZ | 17.48 | 7.74 | 60.25 | - |
| YUV | 57.47 | 212.96 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 208 | 0.49 | 0.99 | 0 | 0.18 | 270.44 | 0.97 | 0.41 |
| Hex | 6B | 3 | D0 | 31 | 63 | 0 | 12 | 10E | 61 | 29 |
| Octal | 153 | 3 | 320 | 61 | 143 | 0 | 22 | 416 | 141 | 51 |
| Binary | 1101011 | 11 | 11010000 | 110001 | 1100011 | 0 | 10010 | 100001110 | 1100001 | 101001 |
Color Harmonies of #6B03D0
Complementary color
Monochromatic Colors of #6B03D0
Black with #6B03D0
Text Example
Text Example
White with #6B03D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B03D0; }
p { color: rgb(107,3,208); }
H1.HeaderClassName
{
color: #6B03D0;
}
.AnyTagClassName
{
color: #6B03D0;
}
</style>
background-color css
<style>
a { background-color: #6B03D0; }
a { background-color: rgb(107,3,208); }
div.DivClassName
{
background-color: #6B03D0;
}
.BgClassName
{
background-color: #6B03D0;
}
</style>
border-color css
<style>
span { border-color: #6B03D0; }
span { border-color: rgb(107,3,208); }
td.TdClassName
{
border-color: #6B03D0;
}
.TagClassName
{
border-color: #6B03D0;
}
</style>