Shades of Dark Violet #7F06CA
Tints of Dark Violet #7F06CA
RGB
CMYK
RGB Variations
Color information
#7F06CA (or 0x7F06CA) is known color: Dark Violet. HEX triplet: 7F, 06 and CA. RGB value is (127,6,202). Sum of RGB (Red+Green+Blue) = 127+6+202=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 202 (79.30% from 255 or 60.30% from 335); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F06CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F06CA is #80F935. Grayscale: #3F3F3F. Windows color (decimal): -8452406 or 13239935. OLE color: 13239935.
HSL color Cylindrical-coordinate representation of color #7F06CA: hue angle of 277.04º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F06CA is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 6 | 202 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.21 |
| HSL | 277.04º | 0.94% | 0.41% | - |
| HSV(B) | 277.04º | 0.97% | 0.79% | - |
| XYZ | 19.48 | 8.91 | 56.57 | - |
| YUV | 64.52 | 205.59 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 6 | 202 | 0.37 | 0.97 | 0 | 0.21 | 277.04 | 0.94 | 0.41 |
| Hex | 7F | 6 | CA | 25 | 61 | 0 | 15 | 115 | 5E | 29 |
| Octal | 177 | 6 | 312 | 45 | 141 | 0 | 25 | 425 | 136 | 51 |
| Binary | 1111111 | 110 | 11001010 | 100101 | 1100001 | 0 | 10101 | 100010101 | 1011110 | 101001 |
Color Harmonies of #7F06CA
Complementary color
Monochromatic Colors of #7F06CA
Black with #7F06CA
Text Example
Text Example
White with #7F06CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F06CA; }
p { color: rgb(127,6,202); }
H1.HeaderClassName
{
color: #7F06CA;
}
.AnyTagClassName
{
color: #7F06CA;
}
</style>
background-color css
<style>
a { background-color: #7F06CA; }
a { background-color: rgb(127,6,202); }
div.DivClassName
{
background-color: #7F06CA;
}
.BgClassName
{
background-color: #7F06CA;
}
</style>
border-color css
<style>
span { border-color: #7F06CA; }
span { border-color: rgb(127,6,202); }
td.TdClassName
{
border-color: #7F06CA;
}
.TagClassName
{
border-color: #7F06CA;
}
</style>