#7733FF

Color #7733FF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7733FF

Tints of Blue Violet #7733FF

Color information

#7733FF (or 0x7733FF) is unknown color: approx Blue Violet. HEX triplet: 77, 33 and FF. RGB value is (119,51,255). Sum of RGB (Red+Green+Blue) = 119+51+255=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #7733FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7733FF is #88CC00. Grayscale: #5D5D5D. Windows color (decimal): -8965121 or 16724855. OLE color: 16724855.

HSL color Cylindrical-coordinate representation of color #7733FF: hue angle of 260º 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 #7733FF is Cyan = 0.53, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11951255-
CMYK0.530.800
HSL260º100%60%-
HSV(B)260º80%100%-
XYZ26.8413.5195.8-
YUV94.59218.53145.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 28%
GREEN value IS 51 (20.31% from 255) = 12%
BLUE value IS 255 (100% from 255) = 60%
R=28%
G=12%
B=60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal119512550.530.80026010060
Hex7733FF355000104643c
Octal16763377651200040414474
Binary1110111110011111111111101011010000001000001001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7733FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7733FF; }

 p { color: rgb(119,51,255); }

 H1.HeaderClassName
 {
   color: #7733FF;
 }
 .AnyTagClassName
 {
   color: #7733FF;
 }
</style>
background-color css

<style>
 a { background-color: #7733FF; }

 a { background-color: rgb(119,51,255); }

 div.DivClassName
 {
   background-color: #7733FF;
 }
 .BgClassName
 {
   background-color: #7733FF;
 }
</style>
border-color css

<style>
 span { border-color: #7733FF; }

 span { border-color: rgb(119,51,255); }

 td.TdClassName
 {
   border-color: #7733FF;
 }
 .TagClassName
 {
   border-color: #7733FF;
 }
</style>