Shades of Blue Violet #6932E7
Tints of Blue Violet #6932E7
RGB
CMYK
RGB Variations
Color information
#6932E7 (or 0x6932E7) is known color: Blue Violet. HEX triplet: 69, 32 and E7. RGB value is (105,50,231). Sum of RGB (Red+Green+Blue) = 105+50+231=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 231 (90.62% from 255 or 59.84% from 386); Max value from RGB is 231 - color contains mainly: blue. Hex color #6932E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6932E7 is #96CD18. Grayscale: #565656. Windows color (decimal): -9882905 or 15151721. OLE color: 15151721.
HSL color Cylindrical-coordinate representation of color #6932E7: hue angle of 258.23º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6932E7 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 50 | 231 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.09 |
| HSL | 258.23º | 0.79% | 0.55% | - |
| HSV(B) | 258.23º | 0.78% | 0.91% | - |
| XYZ | 21.39 | 11.05 | 76.61 | - |
| YUV | 87.08 | 209.22 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 50 | 231 | 0.55 | 0.78 | 0 | 0.09 | 258.23 | 0.79 | 0.55 |
| Hex | 69 | 32 | E7 | 37 | 4E | 0 | 9 | 102 | 4F | 37 |
| Octal | 151 | 62 | 347 | 67 | 116 | 0 | 11 | 402 | 117 | 67 |
| Binary | 1101001 | 110010 | 11100111 | 110111 | 1001110 | 0 | 1001 | 100000010 | 1001111 | 110111 |
Color Harmonies of #6932E7
Complementary color
Monochromatic Colors of #6932E7
Black with #6932E7
Text Example
Text Example
White with #6932E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6932E7; }
p { color: rgb(105,50,231); }
H1.HeaderClassName
{
color: #6932E7;
}
.AnyTagClassName
{
color: #6932E7;
}
</style>
background-color css
<style>
a { background-color: #6932E7; }
a { background-color: rgb(105,50,231); }
div.DivClassName
{
background-color: #6932E7;
}
.BgClassName
{
background-color: #6932E7;
}
</style>
border-color css
<style>
span { border-color: #6932E7; }
span { border-color: rgb(105,50,231); }
td.TdClassName
{
border-color: #6932E7;
}
.TagClassName
{
border-color: #6932E7;
}
</style>