Shades of Dark Violet #7F01BD
Tints of Dark Violet #7F01BD
RGB
CMYK
RGB Variations
Color information
#7F01BD (or 0x7F01BD) is known color: Dark Violet. HEX triplet: 7F, 01 and BD. RGB value is (127,1,189). Sum of RGB (Red+Green+Blue) = 127+1+189=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F01BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F01BD is #80FE42. Grayscale: #3B3B3B. Windows color (decimal): -8453699 or 12386687. OLE color: 12386687.
HSL color Cylindrical-coordinate representation of color #7F01BD: hue angle of 280.21º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F01BD is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 1 | 189 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.26 |
| HSL | 280.21º | 0.99% | 0.37% | - |
| HSV(B) | 280.21º | 0.99% | 0.74% | - |
| XYZ | 17.95 | 8.21 | 48.78 | - |
| YUV | 60.11 | 200.74 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 1 | 189 | 0.33 | 0.99 | 0 | 0.26 | 280.21 | 0.99 | 0.37 |
| Hex | 7F | 1 | BD | 21 | 63 | 0 | 1A | 118 | 63 | 25 |
| Octal | 177 | 1 | 275 | 41 | 143 | 0 | 32 | 430 | 143 | 45 |
| Binary | 1111111 | 1 | 10111101 | 100001 | 1100011 | 0 | 11010 | 100011000 | 1100011 | 100101 |
Color Harmonies of #7F01BD
Complementary color
Monochromatic Colors of #7F01BD
Black with #7F01BD
Text Example
Text Example
White with #7F01BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F01BD; }
p { color: rgb(127,1,189); }
H1.HeaderClassName
{
color: #7F01BD;
}
.AnyTagClassName
{
color: #7F01BD;
}
</style>
background-color css
<style>
a { background-color: #7F01BD; }
a { background-color: rgb(127,1,189); }
div.DivClassName
{
background-color: #7F01BD;
}
.BgClassName
{
background-color: #7F01BD;
}
</style>
border-color css
<style>
span { border-color: #7F01BD; }
span { border-color: rgb(127,1,189); }
td.TdClassName
{
border-color: #7F01BD;
}
.TagClassName
{
border-color: #7F01BD;
}
</style>