Shades of Dark Violet #6F03C8
Tints of Dark Violet #6F03C8
RGB
CMYK
RGB Variations
Color information
#6F03C8 (or 0x6F03C8) is known color: Dark Violet. HEX triplet: 6F, 03 and C8. RGB value is (111,3,200). Sum of RGB (Red+Green+Blue) = 111+3+200=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 200 (78.52% from 255 or 63.69% from 314); Max value from RGB is 200 - color contains mainly: blue. Hex color #6F03C8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F03C8 is #90FC37. Grayscale: #393939. Windows color (decimal): -9501752 or 13108079. OLE color: 13108079.
HSL color Cylindrical-coordinate representation of color #6F03C8: hue angle of 272.89º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F03C8 is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 3 | 200 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.22 |
| HSL | 272.89º | 0.97% | 0.4% | - |
| HSV(B) | 272.89º | 0.99% | 0.78% | - |
| XYZ | 17.01 | 7.61 | 55.22 | - |
| YUV | 57.75 | 208.28 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 200 | 0.44 | 0.98 | 0 | 0.22 | 272.89 | 0.97 | 0.4 |
| Hex | 6F | 3 | C8 | 2C | 62 | 0 | 16 | 111 | 61 | 28 |
| Octal | 157 | 3 | 310 | 54 | 142 | 0 | 26 | 421 | 141 | 50 |
| Binary | 1101111 | 11 | 11001000 | 101100 | 1100010 | 0 | 10110 | 100010001 | 1100001 | 101000 |
Color Harmonies of #6F03C8
Complementary color
Monochromatic Colors of #6F03C8
Black with #6F03C8
Text Example
Text Example
White with #6F03C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F03C8; }
p { color: rgb(111,3,200); }
H1.HeaderClassName
{
color: #6F03C8;
}
.AnyTagClassName
{
color: #6F03C8;
}
</style>
background-color css
<style>
a { background-color: #6F03C8; }
a { background-color: rgb(111,3,200); }
div.DivClassName
{
background-color: #6F03C8;
}
.BgClassName
{
background-color: #6F03C8;
}
</style>
border-color css
<style>
span { border-color: #6F03C8; }
span { border-color: rgb(111,3,200); }
td.TdClassName
{
border-color: #6F03C8;
}
.TagClassName
{
border-color: #6F03C8;
}
</style>