Shades of Blue Violet #7633FA
Tints of Blue Violet #7633FA
RGB
CMYK
RGB Variations
Color information
#7633FA (or 0x7633FA) is known color: Blue Violet. HEX triplet: 76, 33 and FA. RGB value is (118,51,250). Sum of RGB (Red+Green+Blue) = 118+51+250=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #7633FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7633FA is #89CC05. Grayscale: #5C5C5C. Windows color (decimal): -9030662 or 16397174. OLE color: 16397174.
HSL color Cylindrical-coordinate representation of color #7633FA: hue angle of 260.2º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7633FA is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 51 | 250 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.02 |
| HSL | 260.2º | 0.95% | 0.59% | - |
| HSV(B) | 260.2º | 0.8% | 0.98% | - |
| XYZ | 25.91 | 13.12 | 91.61 | - |
| YUV | 93.72 | 216.2 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 51 | 250 | 0.53 | 0.80 | 0 | 0.02 | 260.2 | 0.95 | 0.59 |
| Hex | 76 | 33 | FA | 35 | 50 | 0 | 2 | 104 | 5F | 3B |
| Octal | 166 | 63 | 372 | 65 | 120 | 0 | 2 | 404 | 137 | 73 |
| Binary | 1110110 | 110011 | 11111010 | 110101 | 1010000 | 0 | 10 | 100000100 | 1011111 | 111011 |
Color Harmonies of #7633FA
Complementary color
Monochromatic Colors of #7633FA
Black with #7633FA
Text Example
Text Example
White with #7633FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7633FA; }
p { color: rgb(118,51,250); }
H1.HeaderClassName
{
color: #7633FA;
}
.AnyTagClassName
{
color: #7633FA;
}
</style>
background-color css
<style>
a { background-color: #7633FA; }
a { background-color: rgb(118,51,250); }
div.DivClassName
{
background-color: #7633FA;
}
.BgClassName
{
background-color: #7633FA;
}
</style>
border-color css
<style>
span { border-color: #7633FA; }
span { border-color: rgb(118,51,250); }
td.TdClassName
{
border-color: #7633FA;
}
.TagClassName
{
border-color: #7633FA;
}
</style>