Shades of Blue Violet #7925CF
Tints of Blue Violet #7925CF
RGB
CMYK
RGB Variations
Color information
#7925CF (or 0x7925CF) is known color: Blue Violet. HEX triplet: 79, 25 and CF. RGB value is (121,37,207). Sum of RGB (Red+Green+Blue) = 121+37+207=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #7925CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7925CF is #86DA30. Grayscale: #505050. Windows color (decimal): -8837681 or 13575545. OLE color: 13575545.
HSL color Cylindrical-coordinate representation of color #7925CF: hue angle of 269.65º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7925CF is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 37 | 207 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.19 |
| HSL | 269.65º | 0.7% | 0.48% | - |
| HSV(B) | 269.65º | 0.82% | 0.81% | - |
| XYZ | 19.81 | 9.89 | 59.9 | - |
| YUV | 81.5 | 198.83 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 37 | 207 | 0.42 | 0.82 | 0 | 0.19 | 269.65 | 0.7 | 0.48 |
| Hex | 79 | 25 | CF | 2A | 52 | 0 | 13 | 10E | 46 | 30 |
| Octal | 171 | 45 | 317 | 52 | 122 | 0 | 23 | 416 | 106 | 60 |
| Binary | 1111001 | 100101 | 11001111 | 101010 | 1010010 | 0 | 10011 | 100001110 | 1000110 | 110000 |
Color Harmonies of #7925CF
Complementary color
Monochromatic Colors of #7925CF
Black with #7925CF
Text Example
Text Example
White with #7925CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7925CF; }
p { color: rgb(121,37,207); }
H1.HeaderClassName
{
color: #7925CF;
}
.AnyTagClassName
{
color: #7925CF;
}
</style>
background-color css
<style>
a { background-color: #7925CF; }
a { background-color: rgb(121,37,207); }
div.DivClassName
{
background-color: #7925CF;
}
.BgClassName
{
background-color: #7925CF;
}
</style>
border-color css
<style>
span { border-color: #7925CF; }
span { border-color: rgb(121,37,207); }
td.TdClassName
{
border-color: #7925CF;
}
.TagClassName
{
border-color: #7925CF;
}
</style>