Shades of Dark Violet #7F01DD
Tints of Dark Violet #7F01DD
RGB
CMYK
RGB Variations
Color information
#7F01DD (or 0x7F01DD) is known color: Dark Violet. HEX triplet: 7F, 01 and DD. RGB value is (127,1,221). Sum of RGB (Red+Green+Blue) = 127+1+221=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F01DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F01DD is #80FE22. Grayscale: #3F3F3F. Windows color (decimal): -8453667 or 14483839. OLE color: 14483839.
HSL color Cylindrical-coordinate representation of color #7F01DD: hue angle of 274.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F01DD is Cyan = 0.43, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 1 | 221 | - |
| CMYK | 0.43 | 1.00 | 0 | 0.13 |
| HSL | 274.36º | 0.99% | 0.44% | - |
| HSV(B) | 274.36º | 1% | 0.87% | - |
| XYZ | 21.81 | 9.75 | 69.14 | - |
| YUV | 63.75 | 216.74 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 1 | 221 | 0.43 | 1.00 | 0 | 0.13 | 274.36 | 0.99 | 0.44 |
| Hex | 7F | 1 | DD | 2B | 64 | 0 | D | 112 | 63 | 2C |
| Octal | 177 | 1 | 335 | 53 | 144 | 0 | 15 | 422 | 143 | 54 |
| Binary | 1111111 | 1 | 11011101 | 101011 | 1100100 | 0 | 1101 | 100010010 | 1100011 | 101100 |
Color Harmonies of #7F01DD
Complementary color
Monochromatic Colors of #7F01DD
Black with #7F01DD
Text Example
Text Example
White with #7F01DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F01DD; }
p { color: rgb(127,1,221); }
H1.HeaderClassName
{
color: #7F01DD;
}
.AnyTagClassName
{
color: #7F01DD;
}
</style>
background-color css
<style>
a { background-color: #7F01DD; }
a { background-color: rgb(127,1,221); }
div.DivClassName
{
background-color: #7F01DD;
}
.BgClassName
{
background-color: #7F01DD;
}
</style>
border-color css
<style>
span { border-color: #7F01DD; }
span { border-color: rgb(127,1,221); }
td.TdClassName
{
border-color: #7F01DD;
}
.TagClassName
{
border-color: #7F01DD;
}
</style>