Shades of Blue Violet #7D1FCE
Tints of Blue Violet #7D1FCE
RGB
CMYK
RGB Variations
Color information
#7D1FCE (or 0x7D1FCE) is known color: Blue Violet. HEX triplet: 7D, 1F and CE. RGB value is (125,31,206). Sum of RGB (Red+Green+Blue) = 125+31+206=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D1FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1FCE is #82E031. Grayscale: #4E4E4E. Windows color (decimal): -8577074 or 13508477. OLE color: 13508477.
HSL color Cylindrical-coordinate representation of color #7D1FCE: hue angle of 272.23º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D1FCE is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 31 | 206 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.19 |
| HSL | 272.23º | 0.74% | 0.46% | - |
| HSV(B) | 272.23º | 0.85% | 0.81% | - |
| XYZ | 20.09 | 9.8 | 59.22 | - |
| YUV | 79.06 | 199.64 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 31 | 206 | 0.39 | 0.85 | 0 | 0.19 | 272.23 | 0.74 | 0.46 |
| Hex | 7D | 1F | CE | 27 | 55 | 0 | 13 | 110 | 4A | 2E |
| Octal | 175 | 37 | 316 | 47 | 125 | 0 | 23 | 420 | 112 | 56 |
| Binary | 1111101 | 11111 | 11001110 | 100111 | 1010101 | 0 | 10011 | 100010000 | 1001010 | 101110 |
Color Harmonies of #7D1FCE
Complementary color
Monochromatic Colors of #7D1FCE
Black with #7D1FCE
Text Example
Text Example
White with #7D1FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1FCE; }
p { color: rgb(125,31,206); }
H1.HeaderClassName
{
color: #7D1FCE;
}
.AnyTagClassName
{
color: #7D1FCE;
}
</style>
background-color css
<style>
a { background-color: #7D1FCE; }
a { background-color: rgb(125,31,206); }
div.DivClassName
{
background-color: #7D1FCE;
}
.BgClassName
{
background-color: #7D1FCE;
}
</style>
border-color css
<style>
span { border-color: #7D1FCE; }
span { border-color: rgb(125,31,206); }
td.TdClassName
{
border-color: #7D1FCE;
}
.TagClassName
{
border-color: #7D1FCE;
}
</style>