Shades of Blue Violet #7633FF
Tints of Blue Violet #7633FF
RGB
CMYK
RGB Variations
Color information
#7633FF (or 0x7633FF) is known color: Blue Violet. HEX triplet: 76, 33 and FF. RGB value is (118,51,255). Sum of RGB (Red+Green+Blue) = 118+51+255=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #7633FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7633FF is #89CC00. Grayscale: #5D5D5D. Windows color (decimal): -9030657 or 16724854. OLE color: 16724854.
HSL color Cylindrical-coordinate representation of color #7633FF: hue angle of 259.71º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7633FF is Cyan = 0.54, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 51 | 255 | - |
| CMYK | 0.54 | 0.8 | 0 | 0 |
| HSL | 259.71º | 1% | 0.6% | - |
| HSV(B) | 259.71º | 0.8% | 1% | - |
| XYZ | 26.71 | 13.44 | 95.79 | - |
| YUV | 94.29 | 218.7 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 51 | 255 | 0.54 | 0.8 | 0 | 0 | 259.71 | 1 | 0.6 |
| Hex | 76 | 33 | FF | 36 | 50 | 0 | 0 | 104 | 64 | 3C |
| Octal | 166 | 63 | 377 | 66 | 120 | 0 | 0 | 404 | 144 | 74 |
| Binary | 1110110 | 110011 | 11111111 | 110110 | 1010000 | 0 | 0 | 100000100 | 1100100 | 111100 |
Color Harmonies of #7633FF
Complementary color
Monochromatic Colors of #7633FF
Black with #7633FF
Text Example
Text Example
White with #7633FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7633FF; }
p { color: rgb(118,51,255); }
H1.HeaderClassName
{
color: #7633FF;
}
.AnyTagClassName
{
color: #7633FF;
}
</style>
background-color css
<style>
a { background-color: #7633FF; }
a { background-color: rgb(118,51,255); }
div.DivClassName
{
background-color: #7633FF;
}
.BgClassName
{
background-color: #7633FF;
}
</style>
border-color css
<style>
span { border-color: #7633FF; }
span { border-color: rgb(118,51,255); }
td.TdClassName
{
border-color: #7633FF;
}
.TagClassName
{
border-color: #7633FF;
}
</style>