Shades of Blue Violet #7426D6
Tints of Blue Violet #7426D6
RGB
CMYK
RGB Variations
Color information
#7426D6 (or 0x7426D6) is known color: Blue Violet. HEX triplet: 74, 26 and D6. RGB value is (116,38,214). Sum of RGB (Red+Green+Blue) = 116+38+214=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 214 (83.98% from 255 or 58.15% from 368); Max value from RGB is 214 - color contains mainly: blue. Hex color #7426D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7426D6 is #8BD929. Grayscale: #505050. Windows color (decimal): -9165098 or 14034548. OLE color: 14034548.
HSL color Cylindrical-coordinate representation of color #7426D6: hue angle of 266.59º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7426D6 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 38 | 214 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.16 |
| HSL | 266.59º | 0.7% | 0.49% | - |
| HSV(B) | 266.59º | 0.82% | 0.84% | - |
| XYZ | 20.03 | 9.95 | 64.48 | - |
| YUV | 81.39 | 202.84 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 38 | 214 | 0.46 | 0.82 | 0 | 0.16 | 266.59 | 0.7 | 0.49 |
| Hex | 74 | 26 | D6 | 2E | 52 | 0 | 10 | 10B | 46 | 31 |
| Octal | 164 | 46 | 326 | 56 | 122 | 0 | 20 | 413 | 106 | 61 |
| Binary | 1110100 | 100110 | 11010110 | 101110 | 1010010 | 0 | 10000 | 100001011 | 1000110 | 110001 |
Color Harmonies of #7426D6
Complementary color
Monochromatic Colors of #7426D6
Black with #7426D6
Text Example
Text Example
White with #7426D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7426D6; }
p { color: rgb(116,38,214); }
H1.HeaderClassName
{
color: #7426D6;
}
.AnyTagClassName
{
color: #7426D6;
}
</style>
background-color css
<style>
a { background-color: #7426D6; }
a { background-color: rgb(116,38,214); }
div.DivClassName
{
background-color: #7426D6;
}
.BgClassName
{
background-color: #7426D6;
}
</style>
border-color css
<style>
span { border-color: #7426D6; }
span { border-color: rgb(116,38,214); }
td.TdClassName
{
border-color: #7426D6;
}
.TagClassName
{
border-color: #7426D6;
}
</style>