Shades of Dark Violet #7F0ACF
Tints of Dark Violet #7F0ACF
RGB
CMYK
RGB Variations
Color information
#7F0ACF (or 0x7F0ACF) is known color: Dark Violet. HEX triplet: 7F, 0A and CF. RGB value is (127,10,207). Sum of RGB (Red+Green+Blue) = 127+10+207=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F0ACF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0ACF is #80F530. Grayscale: #424242. Windows color (decimal): -8451377 or 13568639. OLE color: 13568639.
HSL color Cylindrical-coordinate representation of color #7F0ACF: hue angle of 275.63º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F0ACF is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 10 | 207 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.19 |
| HSL | 275.63º | 0.91% | 0.43% | - |
| HSV(B) | 275.63º | 0.95% | 0.81% | - |
| XYZ | 20.12 | 9.23 | 59.75 | - |
| YUV | 67.44 | 206.76 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 10 | 207 | 0.39 | 0.95 | 0 | 0.19 | 275.63 | 0.91 | 0.43 |
| Hex | 7F | A | CF | 27 | 5F | 0 | 13 | 114 | 5B | 2B |
| Octal | 177 | 12 | 317 | 47 | 137 | 0 | 23 | 424 | 133 | 53 |
| Binary | 1111111 | 1010 | 11001111 | 100111 | 1011111 | 0 | 10011 | 100010100 | 1011011 | 101011 |
Color Harmonies of #7F0ACF
Complementary color
Monochromatic Colors of #7F0ACF
Black with #7F0ACF
Text Example
Text Example
White with #7F0ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0ACF; }
p { color: rgb(127,10,207); }
H1.HeaderClassName
{
color: #7F0ACF;
}
.AnyTagClassName
{
color: #7F0ACF;
}
</style>
background-color css
<style>
a { background-color: #7F0ACF; }
a { background-color: rgb(127,10,207); }
div.DivClassName
{
background-color: #7F0ACF;
}
.BgClassName
{
background-color: #7F0ACF;
}
</style>
border-color css
<style>
span { border-color: #7F0ACF; }
span { border-color: rgb(127,10,207); }
td.TdClassName
{
border-color: #7F0ACF;
}
.TagClassName
{
border-color: #7F0ACF;
}
</style>