Shades of Blue Violet #7D42F8
Tints of Blue Violet #7D42F8
RGB
CMYK
RGB Variations
Color information
#7D42F8 (or 0x7D42F8) is known color: Blue Violet. HEX triplet: 7D, 42 and F8. RGB value is (125,66,248). Sum of RGB (Red+Green+Blue) = 125+66+248=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 248 (97.27% from 255 or 56.49% from 439); Max value from RGB is 248 - color contains mainly: blue. Hex color #7D42F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D42F8 is #82BD07. Grayscale: #676767. Windows color (decimal): -8568072 or 16269949. OLE color: 16269949.
HSL color Cylindrical-coordinate representation of color #7D42F8: hue angle of 259.45º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D42F8 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 66 | 248 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.03 |
| HSL | 259.45º | 0.93% | 0.62% | - |
| HSV(B) | 259.45º | 0.73% | 0.97% | - |
| XYZ | 27.35 | 15.03 | 90.27 | - |
| YUV | 104.39 | 209.05 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 66 | 248 | 0.50 | 0.73 | 0 | 0.03 | 259.45 | 0.93 | 0.62 |
| Hex | 7D | 42 | F8 | 32 | 49 | 0 | 3 | 103 | 5D | 3E |
| Octal | 175 | 102 | 370 | 62 | 111 | 0 | 3 | 403 | 135 | 76 |
| Binary | 1111101 | 1000010 | 11111000 | 110010 | 1001001 | 0 | 11 | 100000011 | 1011101 | 111110 |
Color Harmonies of #7D42F8
Complementary color
Monochromatic Colors of #7D42F8
Black with #7D42F8
Text Example
Text Example
White with #7D42F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D42F8; }
p { color: rgb(125,66,248); }
H1.HeaderClassName
{
color: #7D42F8;
}
.AnyTagClassName
{
color: #7D42F8;
}
</style>
background-color css
<style>
a { background-color: #7D42F8; }
a { background-color: rgb(125,66,248); }
div.DivClassName
{
background-color: #7D42F8;
}
.BgClassName
{
background-color: #7D42F8;
}
</style>
border-color css
<style>
span { border-color: #7D42F8; }
span { border-color: rgb(125,66,248); }
td.TdClassName
{
border-color: #7D42F8;
}
.TagClassName
{
border-color: #7D42F8;
}
</style>