Shades of Dark Violet #6F03CC
Tints of Dark Violet #6F03CC
RGB
CMYK
RGB Variations
Color information
#6F03CC (or 0x6F03CC) is known color: Dark Violet. HEX triplet: 6F, 03 and CC. RGB value is (111,3,204). Sum of RGB (Red+Green+Blue) = 111+3+204=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F03CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F03CC is #90FC33. Grayscale: #393939. Windows color (decimal): -9501748 or 13370223. OLE color: 13370223.
HSL color Cylindrical-coordinate representation of color #6F03CC: hue angle of 272.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F03CC is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 3 | 204 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.2 |
| HSL | 272.24º | 0.97% | 0.41% | - |
| HSV(B) | 272.24º | 0.99% | 0.8% | - |
| XYZ | 17.49 | 7.8 | 57.71 | - |
| YUV | 58.21 | 210.28 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 204 | 0.46 | 0.99 | 0 | 0.2 | 272.24 | 0.97 | 0.41 |
| Hex | 6F | 3 | CC | 2E | 63 | 0 | 14 | 110 | 61 | 29 |
| Octal | 157 | 3 | 314 | 56 | 143 | 0 | 24 | 420 | 141 | 51 |
| Binary | 1101111 | 11 | 11001100 | 101110 | 1100011 | 0 | 10100 | 100010000 | 1100001 | 101001 |
Color Harmonies of #6F03CC
Complementary color
Monochromatic Colors of #6F03CC
Black with #6F03CC
Text Example
Text Example
White with #6F03CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F03CC; }
p { color: rgb(111,3,204); }
H1.HeaderClassName
{
color: #6F03CC;
}
.AnyTagClassName
{
color: #6F03CC;
}
</style>
background-color css
<style>
a { background-color: #6F03CC; }
a { background-color: rgb(111,3,204); }
div.DivClassName
{
background-color: #6F03CC;
}
.BgClassName
{
background-color: #6F03CC;
}
</style>
border-color css
<style>
span { border-color: #6F03CC; }
span { border-color: rgb(111,3,204); }
td.TdClassName
{
border-color: #6F03CC;
}
.TagClassName
{
border-color: #6F03CC;
}
</style>