Shades of Dark Violet #7F0CCD
Tints of Dark Violet #7F0CCD
RGB
CMYK
RGB Variations
Color information
#7F0CCD (or 0x7F0CCD) is known color: Dark Violet. HEX triplet: 7F, 0C and CD. RGB value is (127,12,205). Sum of RGB (Red+Green+Blue) = 127+12+205=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F0CCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0CCD is #80F332. Grayscale: #434343. Windows color (decimal): -8450867 or 13438079. OLE color: 13438079.
HSL color Cylindrical-coordinate representation of color #7F0CCD: hue angle of 275.75º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0CCD is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 12 | 205 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.20 |
| HSL | 275.75º | 0.89% | 0.43% | - |
| HSV(B) | 275.75º | 0.94% | 0.8% | - |
| XYZ | 19.9 | 9.18 | 58.48 | - |
| YUV | 68.39 | 205.1 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 12 | 205 | 0.38 | 0.94 | 0 | 0.20 | 275.75 | 0.89 | 0.43 |
| Hex | 7F | C | CD | 26 | 5E | 0 | 14 | 114 | 59 | 2B |
| Octal | 177 | 14 | 315 | 46 | 136 | 0 | 24 | 424 | 131 | 53 |
| Binary | 1111111 | 1100 | 11001101 | 100110 | 1011110 | 0 | 10100 | 100010100 | 1011001 | 101011 |
Color Harmonies of #7F0CCD
Complementary color
Monochromatic Colors of #7F0CCD
Black with #7F0CCD
Text Example
Text Example
White with #7F0CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0CCD; }
p { color: rgb(127,12,205); }
H1.HeaderClassName
{
color: #7F0CCD;
}
.AnyTagClassName
{
color: #7F0CCD;
}
</style>
background-color css
<style>
a { background-color: #7F0CCD; }
a { background-color: rgb(127,12,205); }
div.DivClassName
{
background-color: #7F0CCD;
}
.BgClassName
{
background-color: #7F0CCD;
}
</style>
border-color css
<style>
span { border-color: #7F0CCD; }
span { border-color: rgb(127,12,205); }
td.TdClassName
{
border-color: #7F0CCD;
}
.TagClassName
{
border-color: #7F0CCD;
}
</style>