#773fff

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

Shades of Blue Violet #773FFF

Tints of Blue Violet #773FFF

Color information

#773FFF (or 0x773FFF) is unknown color: approx Blue Violet. HEX triplet: 77, 3F and FF. RGB value is (119,63,255). Sum of RGB (Red+Green+Blue) = 119+63+255=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #773FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773FFF is #88C000. Grayscale: #646464. Windows color (decimal): -8962049 or 16727927. OLE color: 16727927.

HSL color Cylindrical-coordinate representation of color #773FFF: hue angle of 257.5º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #773FFF is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11963255-
CMYK0.530.7500
HSL257.5º100%62.35%-
HSV(B)257.5º75.29%100%-
XYZ27.4414.796-
YUV101.63214.55140.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.23%
GREEN value IS 63 (25% from 255) = 14.42%
BLUE value IS 255 (100% from 255) = 58.35%
R=27.23%
G=14.42%
B=58.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal119632550.530.7500257.510062.35
Hex773FFF354B00102643e
Octal16777377651130040214476
Binary1110111111111111111111101011001011001000000101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773fff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773fff; }

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

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

<style>
 a { background-color: #773fff; }

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

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

<style>
 span { border-color: #773fff; }

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

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