Shades of Blue Violet #7D26CE
Tints of Blue Violet #7D26CE
RGB
CMYK
RGB Variations
Color information
#7D26CE (or 0x7D26CE) is known color: Blue Violet. HEX triplet: 7D, 26 and CE. RGB value is (125,38,206). Sum of RGB (Red+Green+Blue) = 125+38+206=369 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.88% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D26CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D26CE is #82D931. Grayscale: #525252. Windows color (decimal): -8575282 or 13510269. OLE color: 13510269.
HSL color Cylindrical-coordinate representation of color #7D26CE: hue angle of 271.07º degrees, saturation: 0.69, 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 #7D26CE is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 38 | 206 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.19 |
| HSL | 271.07º | 0.69% | 0.48% | - |
| HSV(B) | 271.07º | 0.82% | 0.81% | - |
| XYZ | 20.29 | 10.2 | 59.29 | - |
| YUV | 83.17 | 197.32 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 38 | 206 | 0.39 | 0.82 | 0 | 0.19 | 271.07 | 0.69 | 0.48 |
| Hex | 7D | 26 | CE | 27 | 52 | 0 | 13 | 10F | 45 | 30 |
| Octal | 175 | 46 | 316 | 47 | 122 | 0 | 23 | 417 | 105 | 60 |
| Binary | 1111101 | 100110 | 11001110 | 100111 | 1010010 | 0 | 10011 | 100001111 | 1000101 | 110000 |
Color Harmonies of #7D26CE
Complementary color
Monochromatic Colors of #7D26CE
Black with #7D26CE
Text Example
Text Example
White with #7D26CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D26CE; }
p { color: rgb(125,38,206); }
H1.HeaderClassName
{
color: #7D26CE;
}
.AnyTagClassName
{
color: #7D26CE;
}
</style>
background-color css
<style>
a { background-color: #7D26CE; }
a { background-color: rgb(125,38,206); }
div.DivClassName
{
background-color: #7D26CE;
}
.BgClassName
{
background-color: #7D26CE;
}
</style>
border-color css
<style>
span { border-color: #7D26CE; }
span { border-color: rgb(125,38,206); }
td.TdClassName
{
border-color: #7D26CE;
}
.TagClassName
{
border-color: #7D26CE;
}
</style>