Shades of Blue Violet #7735FF
Tints of Blue Violet #7735FF
RGB
CMYK
RGB Variations
Color information
#7735FF (or 0x7735FF) is known color: Blue Violet. HEX triplet: 77, 35 and FF. RGB value is (119,53,255). Sum of RGB (Red+Green+Blue) = 119+53+255=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #7735FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7735FF is #88CA00. Grayscale: #5F5F5F. Windows color (decimal): -8964609 or 16725367. OLE color: 16725367.
HSL color Cylindrical-coordinate representation of color #7735FF: hue angle of 259.6º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7735FF is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 53 | 255 | - |
| CMYK | 0.53 | 0.79 | 0 | 0 |
| HSL | 259.6º | 1% | 0.6% | - |
| HSV(B) | 259.6º | 0.79% | 1% | - |
| XYZ | 26.93 | 13.69 | 95.83 | - |
| YUV | 95.76 | 217.87 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 53 | 255 | 0.53 | 0.79 | 0 | 0 | 259.6 | 1 | 0.6 |
| Hex | 77 | 35 | FF | 35 | 4F | 0 | 0 | 104 | 64 | 3C |
| Octal | 167 | 65 | 377 | 65 | 117 | 0 | 0 | 404 | 144 | 74 |
| Binary | 1110111 | 110101 | 11111111 | 110101 | 1001111 | 0 | 0 | 100000100 | 1100100 | 111100 |
Color Harmonies of #7735FF
Complementary color
Monochromatic Colors of #7735FF
Black with #7735FF
Text Example
Text Example
White with #7735FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7735FF; }
p { color: rgb(119,53,255); }
H1.HeaderClassName
{
color: #7735FF;
}
.AnyTagClassName
{
color: #7735FF;
}
</style>
background-color css
<style>
a { background-color: #7735FF; }
a { background-color: rgb(119,53,255); }
div.DivClassName
{
background-color: #7735FF;
}
.BgClassName
{
background-color: #7735FF;
}
</style>
border-color css
<style>
span { border-color: #7735FF; }
span { border-color: rgb(119,53,255); }
td.TdClassName
{
border-color: #7735FF;
}
.TagClassName
{
border-color: #7735FF;
}
</style>