Shades of Dark Violet #7F00CD
Tints of Dark Violet #7F00CD
RGB
CMYK
RGB Variations
Color information
#7F00CD (or 0x7F00CD) is known color: Dark Violet. HEX triplet: 7F, 00 and CD. RGB value is (127,0,205). Sum of RGB (Red+Green+Blue) = 127+0+205=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F00CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F00CD is #80FF32. Grayscale: #3C3C3C. Windows color (decimal): -8453939 or 13435007. OLE color: 13435007.
HSL color Cylindrical-coordinate representation of color #7F00CD: hue angle of 277.17º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F00CD is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 0 | 205 | - |
| CMYK | 0.38 | 1 | 0 | 0.20 |
| HSL | 277.17º | 1% | 0.4% | - |
| HSV(B) | 277.17º | 1% | 0.8% | - |
| XYZ | 19.77 | 8.92 | 58.44 | - |
| YUV | 61.34 | 209.08 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 205 | 0.38 | 1 | 0 | 0.20 | 277.17 | 1 | 0.4 |
| Hex | 7F | 0 | CD | 26 | 64 | 0 | 14 | 115 | 64 | 28 |
| Octal | 177 | 0 | 315 | 46 | 144 | 0 | 24 | 425 | 144 | 50 |
| Binary | 1111111 | 0 | 11001101 | 100110 | 1100100 | 0 | 10100 | 100010101 | 1100100 | 101000 |
Color Harmonies of #7F00CD
Complementary color
Monochromatic Colors of #7F00CD
Black with #7F00CD
Text Example
Text Example
White with #7F00CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F00CD; }
p { color: rgb(127,0,205); }
H1.HeaderClassName
{
color: #7F00CD;
}
.AnyTagClassName
{
color: #7F00CD;
}
</style>
background-color css
<style>
a { background-color: #7F00CD; }
a { background-color: rgb(127,0,205); }
div.DivClassName
{
background-color: #7F00CD;
}
.BgClassName
{
background-color: #7F00CD;
}
</style>
border-color css
<style>
span { border-color: #7F00CD; }
span { border-color: rgb(127,0,205); }
td.TdClassName
{
border-color: #7F00CD;
}
.TagClassName
{
border-color: #7F00CD;
}
</style>