Shades of Dark Violet #7F07DA
Tints of Dark Violet #7F07DA
RGB
CMYK
RGB Variations
Color information
#7F07DA (or 0x7F07DA) is known color: Dark Violet. HEX triplet: 7F, 07 and DA. RGB value is (127,7,218). Sum of RGB (Red+Green+Blue) = 127+7+218=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F07DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F07DA is #80F825. Grayscale: #424242. Windows color (decimal): -8452134 or 14288767. OLE color: 14288767.
HSL color Cylindrical-coordinate representation of color #7F07DA: hue angle of 274.12º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F07DA is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 7 | 218 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.15 |
| HSL | 274.12º | 0.94% | 0.44% | - |
| HSV(B) | 274.12º | 0.97% | 0.85% | - |
| XYZ | 21.48 | 9.73 | 67.07 | - |
| YUV | 66.93 | 213.26 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 7 | 218 | 0.42 | 0.97 | 0 | 0.15 | 274.12 | 0.94 | 0.44 |
| Hex | 7F | 7 | DA | 2A | 61 | 0 | F | 112 | 5E | 2C |
| Octal | 177 | 7 | 332 | 52 | 141 | 0 | 17 | 422 | 136 | 54 |
| Binary | 1111111 | 111 | 11011010 | 101010 | 1100001 | 0 | 1111 | 100010010 | 1011110 | 101100 |
Color Harmonies of #7F07DA
Complementary color
Monochromatic Colors of #7F07DA
Black with #7F07DA
Text Example
Text Example
White with #7F07DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F07DA; }
p { color: rgb(127,7,218); }
H1.HeaderClassName
{
color: #7F07DA;
}
.AnyTagClassName
{
color: #7F07DA;
}
</style>
background-color css
<style>
a { background-color: #7F07DA; }
a { background-color: rgb(127,7,218); }
div.DivClassName
{
background-color: #7F07DA;
}
.BgClassName
{
background-color: #7F07DA;
}
</style>
border-color css
<style>
span { border-color: #7F07DA; }
span { border-color: rgb(127,7,218); }
td.TdClassName
{
border-color: #7F07DA;
}
.TagClassName
{
border-color: #7F07DA;
}
</style>