Shades of Dark Violet #6F0AD4
Tints of Dark Violet #6F0AD4
RGB
CMYK
RGB Variations
Color information
#6F0AD4 (or 0x6F0AD4) is known color: Dark Violet. HEX triplet: 6F, 0A and D4. RGB value is (111,10,212). Sum of RGB (Red+Green+Blue) = 111+10+212=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 212 (83.20% from 255 or 63.66% from 333); Max value from RGB is 212 - color contains mainly: blue. Hex color #6F0AD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0AD4 is #90F52B. Grayscale: #3E3E3E. Windows color (decimal): -9499948 or 13896303. OLE color: 13896303.
HSL color Cylindrical-coordinate representation of color #6F0AD4: hue angle of 270º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0AD4 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 10 | 212 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.17 |
| HSL | 270º | 0.91% | 0.44% | - |
| HSV(B) | 270º | 0.95% | 0.83% | - |
| XYZ | 18.55 | 8.35 | 62.92 | - |
| YUV | 63.23 | 211.96 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 212 | 0.48 | 0.95 | 0 | 0.17 | 270 | 0.91 | 0.44 |
| Hex | 6F | A | D4 | 30 | 5F | 0 | 11 | 10E | 5B | 2C |
| Octal | 157 | 12 | 324 | 60 | 137 | 0 | 21 | 416 | 133 | 54 |
| Binary | 1101111 | 1010 | 11010100 | 110000 | 1011111 | 0 | 10001 | 100001110 | 1011011 | 101100 |
Color Harmonies of #6F0AD4
Complementary color
Monochromatic Colors of #6F0AD4
Black with #6F0AD4
Text Example
Text Example
White with #6F0AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0AD4; }
p { color: rgb(111,10,212); }
H1.HeaderClassName
{
color: #6F0AD4;
}
.AnyTagClassName
{
color: #6F0AD4;
}
</style>
background-color css
<style>
a { background-color: #6F0AD4; }
a { background-color: rgb(111,10,212); }
div.DivClassName
{
background-color: #6F0AD4;
}
.BgClassName
{
background-color: #6F0AD4;
}
</style>
border-color css
<style>
span { border-color: #6F0AD4; }
span { border-color: rgb(111,10,212); }
td.TdClassName
{
border-color: #6F0AD4;
}
.TagClassName
{
border-color: #6F0AD4;
}
</style>