Shades of Blue Violet #7643EF
Tints of Blue Violet #7643EF
RGB
CMYK
RGB Variations
Color information
#7643EF (or 0x7643EF) is known color: Blue Violet. HEX triplet: 76, 43 and EF. RGB value is (118,67,239). Sum of RGB (Red+Green+Blue) = 118+67+239=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #7643EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7643EF is #89BC10. Grayscale: #656565. Windows color (decimal): -9026577 or 15680374. OLE color: 15680374.
HSL color Cylindrical-coordinate representation of color #7643EF: hue angle of 257.79º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7643EF is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 67 | 239 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.06 |
| HSL | 257.79º | 0.84% | 0.6% | - |
| HSV(B) | 257.79º | 0.72% | 0.94% | - |
| XYZ | 25.06 | 14.1 | 83.06 | - |
| YUV | 101.86 | 205.4 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 67 | 239 | 0.51 | 0.72 | 0 | 0.06 | 257.79 | 0.84 | 0.6 |
| Hex | 76 | 43 | EF | 33 | 48 | 0 | 6 | 102 | 54 | 3C |
| Octal | 166 | 103 | 357 | 63 | 110 | 0 | 6 | 402 | 124 | 74 |
| Binary | 1110110 | 1000011 | 11101111 | 110011 | 1001000 | 0 | 110 | 100000010 | 1010100 | 111100 |
Color Harmonies of #7643EF
Complementary color
Monochromatic Colors of #7643EF
Black with #7643EF
Text Example
Text Example
White with #7643EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7643EF; }
p { color: rgb(118,67,239); }
H1.HeaderClassName
{
color: #7643EF;
}
.AnyTagClassName
{
color: #7643EF;
}
</style>
background-color css
<style>
a { background-color: #7643EF; }
a { background-color: rgb(118,67,239); }
div.DivClassName
{
background-color: #7643EF;
}
.BgClassName
{
background-color: #7643EF;
}
</style>
border-color css
<style>
span { border-color: #7643EF; }
span { border-color: rgb(118,67,239); }
td.TdClassName
{
border-color: #7643EF;
}
.TagClassName
{
border-color: #7643EF;
}
</style>