Shades of Blue Violet #7F42CE
Tints of Blue Violet #7F42CE
RGB
CMYK
RGB Variations
Color information
#7F42CE (or 0x7F42CE) is known color: Blue Violet. HEX triplet: 7F, 42 and CE. RGB value is (127,66,206). Sum of RGB (Red+Green+Blue) = 127+66+206=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F42CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F42CE is #80BD31. Grayscale: #636363. Windows color (decimal): -8437042 or 13517439. OLE color: 13517439.
HSL color Cylindrical-coordinate representation of color #7F42CE: hue angle of 266.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F42CE is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 66 | 206 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.19 |
| HSL | 266.14º | 0.59% | 0.53% | - |
| HSV(B) | 266.14º | 0.68% | 0.81% | - |
| XYZ | 21.84 | 12.86 | 59.72 | - |
| YUV | 100.2 | 187.71 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 66 | 206 | 0.38 | 0.68 | 0 | 0.19 | 266.14 | 0.59 | 0.53 |
| Hex | 7F | 42 | CE | 26 | 44 | 0 | 13 | 10A | 3B | 35 |
| Octal | 177 | 102 | 316 | 46 | 104 | 0 | 23 | 412 | 73 | 65 |
| Binary | 1111111 | 1000010 | 11001110 | 100110 | 1000100 | 0 | 10011 | 100001010 | 111011 | 110101 |
Color Harmonies of #7F42CE
Complementary color
Monochromatic Colors of #7F42CE
Black with #7F42CE
Text Example
Text Example
White with #7F42CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F42CE; }
p { color: rgb(127,66,206); }
H1.HeaderClassName
{
color: #7F42CE;
}
.AnyTagClassName
{
color: #7F42CE;
}
</style>
background-color css
<style>
a { background-color: #7F42CE; }
a { background-color: rgb(127,66,206); }
div.DivClassName
{
background-color: #7F42CE;
}
.BgClassName
{
background-color: #7F42CE;
}
</style>
border-color css
<style>
span { border-color: #7F42CE; }
span { border-color: rgb(127,66,206); }
td.TdClassName
{
border-color: #7F42CE;
}
.TagClassName
{
border-color: #7F42CE;
}
</style>