#773DED

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

Shades of Blue Violet #773DED

Tints of Blue Violet #773DED

Color information

#773DED (or 0x773DED) is unknown color: approx Blue Violet. HEX triplet: 77, 3D and ED. RGB value is (119,61,237). Sum of RGB (Red+Green+Blue) = 119+61+237=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #773DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773DED is #88C212. Grayscale: #616161. Windows color (decimal): -8962579 or 15547767. OLE color: 15547767.

HSL color Cylindrical-coordinate representation of color #773DED: hue angle of 259.77º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #773DED is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11961237-
CMYK0.500.7400.07
HSL259.77º83.02%58.43%-
HSV(B)259.77º74.26%92.94%-
XYZ24.5613.3781.41-
YUV98.41206.22142.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.54%
GREEN value IS 61 (24.22% from 255) = 14.63%
BLUE value IS 237 (92.97% from 255) = 56.83%
R=28.54%
G=14.63%
B=56.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal119612370.500.7400.07259.7783.0258.43
Hex773DED324A07104533a
Octal16775355621120740412372
Binary111011111110111101101110010100101001111000001001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,61,237); }

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

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

 a { background-color: rgb(119,61,237); }

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

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

 span { border-color: rgb(119,61,237); }

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