Shades of Blue Violet #7F42CF
Tints of Blue Violet #7F42CF
RGB
CMYK
RGB Variations
Color information
#7F42CF (or 0x7F42CF) is known color: Blue Violet. HEX triplet: 7F, 42 and CF. RGB value is (127,66,207). Sum of RGB (Red+Green+Blue) = 127+66+207=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F42CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F42CF is #80BD30. Grayscale: #636363. Windows color (decimal): -8437041 or 13582975. OLE color: 13582975.
HSL color Cylindrical-coordinate representation of color #7F42CF: hue angle of 265.96º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F42CF is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 66 | 207 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.19 |
| HSL | 265.96º | 0.59% | 0.54% | - |
| HSV(B) | 265.96º | 0.68% | 0.81% | - |
| XYZ | 21.96 | 12.91 | 60.37 | - |
| YUV | 100.31 | 188.21 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 66 | 207 | 0.39 | 0.68 | 0 | 0.19 | 265.96 | 0.59 | 0.54 |
| Hex | 7F | 42 | CF | 27 | 44 | 0 | 13 | 10A | 3B | 36 |
| Octal | 177 | 102 | 317 | 47 | 104 | 0 | 23 | 412 | 73 | 66 |
| Binary | 1111111 | 1000010 | 11001111 | 100111 | 1000100 | 0 | 10011 | 100001010 | 111011 | 110110 |
Color Harmonies of #7F42CF
Complementary color
Monochromatic Colors of #7F42CF
Black with #7F42CF
Text Example
Text Example
White with #7F42CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F42CF; }
p { color: rgb(127,66,207); }
H1.HeaderClassName
{
color: #7F42CF;
}
.AnyTagClassName
{
color: #7F42CF;
}
</style>
background-color css
<style>
a { background-color: #7F42CF; }
a { background-color: rgb(127,66,207); }
div.DivClassName
{
background-color: #7F42CF;
}
.BgClassName
{
background-color: #7F42CF;
}
</style>
border-color css
<style>
span { border-color: #7F42CF; }
span { border-color: rgb(127,66,207); }
td.TdClassName
{
border-color: #7F42CF;
}
.TagClassName
{
border-color: #7F42CF;
}
</style>