Shades of Dark Violet #7F01AF
Tints of Dark Violet #7F01AF
RGB
CMYK
RGB Variations
Color information
#7F01AF (or 0x7F01AF) is known color: Dark Violet. HEX triplet: 7F, 01 and AF. RGB value is (127,1,175). Sum of RGB (Red+Green+Blue) = 127+1+175=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F01AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F01AF is #80FE50. Grayscale: #393939. Windows color (decimal): -8453713 or 11469183. OLE color: 11469183.
HSL color Cylindrical-coordinate representation of color #7F01AF: hue angle of 283.45º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F01AF is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 1 | 175 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.31 |
| HSL | 283.45º | 0.99% | 0.35% | - |
| HSV(B) | 283.45º | 0.99% | 0.69% | - |
| XYZ | 16.5 | 7.63 | 41.16 | - |
| YUV | 58.51 | 193.74 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 1 | 175 | 0.27 | 0.99 | 0 | 0.31 | 283.45 | 0.99 | 0.35 |
| Hex | 7F | 1 | AF | 1B | 63 | 0 | 1F | 11B | 63 | 23 |
| Octal | 177 | 1 | 257 | 33 | 143 | 0 | 37 | 433 | 143 | 43 |
| Binary | 1111111 | 1 | 10101111 | 11011 | 1100011 | 0 | 11111 | 100011011 | 1100011 | 100011 |
Color Harmonies of #7F01AF
Complementary color
Monochromatic Colors of #7F01AF
Black with #7F01AF
Text Example
Text Example
White with #7F01AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F01AF; }
p { color: rgb(127,1,175); }
H1.HeaderClassName
{
color: #7F01AF;
}
.AnyTagClassName
{
color: #7F01AF;
}
</style>
background-color css
<style>
a { background-color: #7F01AF; }
a { background-color: rgb(127,1,175); }
div.DivClassName
{
background-color: #7F01AF;
}
.BgClassName
{
background-color: #7F01AF;
}
</style>
border-color css
<style>
span { border-color: #7F01AF; }
span { border-color: rgb(127,1,175); }
td.TdClassName
{
border-color: #7F01AF;
}
.TagClassName
{
border-color: #7F01AF;
}
</style>