Shades of Dark Violet #7F00CC
Tints of Dark Violet #7F00CC
RGB
CMYK
RGB Variations
Color information
#7F00CC (or 0x7F00CC) is known color: Dark Violet. HEX triplet: 7F, 00 and CC. RGB value is (127,0,204). Sum of RGB (Red+Green+Blue) = 127+0+204=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F00CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F00CC is #80FF33. Grayscale: #3C3C3C. Windows color (decimal): -8453940 or 13369471. OLE color: 13369471.
HSL color Cylindrical-coordinate representation of color #7F00CC: hue angle of 277.35º 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 #7F00CC is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 0 | 204 | - |
| CMYK | 0.38 | 1 | 0 | 0.2 |
| HSL | 277.35º | 1% | 0.4% | - |
| HSV(B) | 277.35º | 1% | 0.8% | - |
| XYZ | 19.65 | 8.87 | 57.8 | - |
| YUV | 61.23 | 208.58 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 204 | 0.38 | 1 | 0 | 0.2 | 277.35 | 1 | 0.4 |
| Hex | 7F | 0 | CC | 26 | 64 | 0 | 14 | 115 | 64 | 28 |
| Octal | 177 | 0 | 314 | 46 | 144 | 0 | 24 | 425 | 144 | 50 |
| Binary | 1111111 | 0 | 11001100 | 100110 | 1100100 | 0 | 10100 | 100010101 | 1100100 | 101000 |
Color Harmonies of #7F00CC
Complementary color
Monochromatic Colors of #7F00CC
Black with #7F00CC
Text Example
Text Example
White with #7F00CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F00CC; }
p { color: rgb(127,0,204); }
H1.HeaderClassName
{
color: #7F00CC;
}
.AnyTagClassName
{
color: #7F00CC;
}
</style>
background-color css
<style>
a { background-color: #7F00CC; }
a { background-color: rgb(127,0,204); }
div.DivClassName
{
background-color: #7F00CC;
}
.BgClassName
{
background-color: #7F00CC;
}
</style>
border-color css
<style>
span { border-color: #7F00CC; }
span { border-color: rgb(127,0,204); }
td.TdClassName
{
border-color: #7F00CC;
}
.TagClassName
{
border-color: #7F00CC;
}
</style>