Shades of Blue Violet #7F1ECD
Tints of Blue Violet #7F1ECD
RGB
CMYK
RGB Variations
Color information
#7F1ECD (or 0x7F1ECD) is known color: Blue Violet. HEX triplet: 7F, 1E and CD. RGB value is (127,30,205). Sum of RGB (Red+Green+Blue) = 127+30+205=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F1ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F1ECD is #80E132. Grayscale: #4E4E4E. Windows color (decimal): -8446259 or 13442687. OLE color: 13442687.
HSL color Cylindrical-coordinate representation of color #7F1ECD: hue angle of 273.26º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F1ECD is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 30 | 205 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.20 |
| HSL | 273.26º | 0.74% | 0.46% | - |
| HSV(B) | 273.26º | 0.85% | 0.8% | - |
| XYZ | 20.24 | 9.85 | 58.59 | - |
| YUV | 78.95 | 199.14 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 30 | 205 | 0.38 | 0.85 | 0 | 0.20 | 273.26 | 0.74 | 0.46 |
| Hex | 7F | 1E | CD | 26 | 55 | 0 | 14 | 111 | 4A | 2E |
| Octal | 177 | 36 | 315 | 46 | 125 | 0 | 24 | 421 | 112 | 56 |
| Binary | 1111111 | 11110 | 11001101 | 100110 | 1010101 | 0 | 10100 | 100010001 | 1001010 | 101110 |
Color Harmonies of #7F1ECD
Complementary color
Monochromatic Colors of #7F1ECD
Black with #7F1ECD
Text Example
Text Example
White with #7F1ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1ECD; }
p { color: rgb(127,30,205); }
H1.HeaderClassName
{
color: #7F1ECD;
}
.AnyTagClassName
{
color: #7F1ECD;
}
</style>
background-color css
<style>
a { background-color: #7F1ECD; }
a { background-color: rgb(127,30,205); }
div.DivClassName
{
background-color: #7F1ECD;
}
.BgClassName
{
background-color: #7F1ECD;
}
</style>
border-color css
<style>
span { border-color: #7F1ECD; }
span { border-color: rgb(127,30,205); }
td.TdClassName
{
border-color: #7F1ECD;
}
.TagClassName
{
border-color: #7F1ECD;
}
</style>