Shades of Blue Violet #7F42D8
Tints of Blue Violet #7F42D8
RGB
CMYK
RGB Variations
Color information
#7F42D8 (or 0x7F42D8) is known color: Blue Violet. HEX triplet: 7F, 42 and D8. RGB value is (127,66,216). Sum of RGB (Red+Green+Blue) = 127+66+216=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 216 (84.77% from 255 or 52.81% from 409); Max value from RGB is 216 - color contains mainly: blue. Hex color #7F42D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F42D8 is #80BD27. Grayscale: #646464. Windows color (decimal): -8437032 or 14172799. OLE color: 14172799.
HSL color Cylindrical-coordinate representation of color #7F42D8: hue angle of 264.4º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F42D8 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 66 | 216 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.15 |
| HSL | 264.4º | 0.66% | 0.55% | - |
| HSV(B) | 264.4º | 0.69% | 0.85% | - |
| XYZ | 23.1 | 13.37 | 66.33 | - |
| YUV | 101.34 | 192.71 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 66 | 216 | 0.41 | 0.69 | 0 | 0.15 | 264.4 | 0.66 | 0.55 |
| Hex | 7F | 42 | D8 | 29 | 45 | 0 | F | 108 | 42 | 37 |
| Octal | 177 | 102 | 330 | 51 | 105 | 0 | 17 | 410 | 102 | 67 |
| Binary | 1111111 | 1000010 | 11011000 | 101001 | 1000101 | 0 | 1111 | 100001000 | 1000010 | 110111 |
Color Harmonies of #7F42D8
Complementary color
Monochromatic Colors of #7F42D8
Black with #7F42D8
Text Example
Text Example
White with #7F42D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F42D8; }
p { color: rgb(127,66,216); }
H1.HeaderClassName
{
color: #7F42D8;
}
.AnyTagClassName
{
color: #7F42D8;
}
</style>
background-color css
<style>
a { background-color: #7F42D8; }
a { background-color: rgb(127,66,216); }
div.DivClassName
{
background-color: #7F42D8;
}
.BgClassName
{
background-color: #7F42D8;
}
</style>
border-color css
<style>
span { border-color: #7F42D8; }
span { border-color: rgb(127,66,216); }
td.TdClassName
{
border-color: #7F42D8;
}
.TagClassName
{
border-color: #7F42D8;
}
</style>