Shades of Dark Violet #6B03CE
Tints of Dark Violet #6B03CE
RGB
CMYK
RGB Variations
Color information
#6B03CE (or 0x6B03CE) is known color: Dark Violet. HEX triplet: 6B, 03 and CE. RGB value is (107,3,206). Sum of RGB (Red+Green+Blue) = 107+3+206=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B03CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B03CE is #94FC31. Grayscale: #383838. Windows color (decimal): -9763890 or 13501291. OLE color: 13501291.
HSL color Cylindrical-coordinate representation of color #6B03CE: hue angle of 270.74º 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 #6B03CE is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 3 | 206 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.19 |
| HSL | 270.74º | 0.97% | 0.41% | - |
| HSV(B) | 270.74º | 0.99% | 0.81% | - |
| XYZ | 17.24 | 7.65 | 58.96 | - |
| YUV | 57.24 | 211.96 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 206 | 0.48 | 0.99 | 0 | 0.19 | 270.74 | 0.97 | 0.41 |
| Hex | 6B | 3 | CE | 30 | 63 | 0 | 13 | 10F | 61 | 29 |
| Octal | 153 | 3 | 316 | 60 | 143 | 0 | 23 | 417 | 141 | 51 |
| Binary | 1101011 | 11 | 11001110 | 110000 | 1100011 | 0 | 10011 | 100001111 | 1100001 | 101001 |
Color Harmonies of #6B03CE
Complementary color
Monochromatic Colors of #6B03CE
Black with #6B03CE
Text Example
Text Example
White with #6B03CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B03CE; }
p { color: rgb(107,3,206); }
H1.HeaderClassName
{
color: #6B03CE;
}
.AnyTagClassName
{
color: #6B03CE;
}
</style>
background-color css
<style>
a { background-color: #6B03CE; }
a { background-color: rgb(107,3,206); }
div.DivClassName
{
background-color: #6B03CE;
}
.BgClassName
{
background-color: #6B03CE;
}
</style>
border-color css
<style>
span { border-color: #6B03CE; }
span { border-color: rgb(107,3,206); }
td.TdClassName
{
border-color: #6B03CE;
}
.TagClassName
{
border-color: #6B03CE;
}
</style>