Shades of Blue Violet #7F43CE
Tints of Blue Violet #7F43CE
RGB
CMYK
RGB Variations
Color information
#7F43CE (or 0x7F43CE) is known color: Blue Violet. HEX triplet: 7F, 43 and CE. RGB value is (127,67,206). Sum of RGB (Red+Green+Blue) = 127+67+206=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F43CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F43CE is #80BC31. Grayscale: #646464. Windows color (decimal): -8436786 or 13517695. OLE color: 13517695.
HSL color Cylindrical-coordinate representation of color #7F43CE: hue angle of 265.9º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F43CE is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 67 | 206 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.19 |
| HSL | 265.9º | 0.59% | 0.54% | - |
| HSV(B) | 265.9º | 0.67% | 0.81% | - |
| XYZ | 21.9 | 12.98 | 59.74 | - |
| YUV | 100.79 | 187.38 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 67 | 206 | 0.38 | 0.67 | 0 | 0.19 | 265.9 | 0.59 | 0.54 |
| Hex | 7F | 43 | CE | 26 | 43 | 0 | 13 | 10A | 3B | 36 |
| Octal | 177 | 103 | 316 | 46 | 103 | 0 | 23 | 412 | 73 | 66 |
| Binary | 1111111 | 1000011 | 11001110 | 100110 | 1000011 | 0 | 10011 | 100001010 | 111011 | 110110 |
Color Harmonies of #7F43CE
Complementary color
Monochromatic Colors of #7F43CE
Black with #7F43CE
Text Example
Text Example
White with #7F43CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F43CE; }
p { color: rgb(127,67,206); }
H1.HeaderClassName
{
color: #7F43CE;
}
.AnyTagClassName
{
color: #7F43CE;
}
</style>
background-color css
<style>
a { background-color: #7F43CE; }
a { background-color: rgb(127,67,206); }
div.DivClassName
{
background-color: #7F43CE;
}
.BgClassName
{
background-color: #7F43CE;
}
</style>
border-color css
<style>
span { border-color: #7F43CE; }
span { border-color: rgb(127,67,206); }
td.TdClassName
{
border-color: #7F43CE;
}
.TagClassName
{
border-color: #7F43CE;
}
</style>