#773EDC

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

Shades of Blue Violet #773EDC

Tints of Blue Violet #773EDC

Color information

#773EDC (or 0x773EDC) is unknown color: approx Blue Violet. HEX triplet: 77, 3E and DC. RGB value is (119,62,220). Sum of RGB (Red+Green+Blue) = 119+62+220=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #773EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773EDC is #88C123. Grayscale: #606060. Windows color (decimal): -8962340 or 14433911. OLE color: 14433911.

HSL color Cylindrical-coordinate representation of color #773EDC: hue angle of 261.65º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #773EDC is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11962220-
CMYK0.460.7200.14
HSL261.65º69.3%55.29%-
HSV(B)261.65º71.82%86.27%-
XYZ22.2512.5368.96-
YUV97.06197.38143.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.68%
GREEN value IS 62 (24.61% from 255) = 15.46%
BLUE value IS 220 (86.33% from 255) = 54.86%
R=29.68%
G=15.46%
B=54.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal119622200.460.7200.14261.6569.355.29
Hex773EDC2E480E1064537
Octal167763345611001640610567
Binary1110111111110110111001011101001000011101000001101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,62,220); }

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

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

 a { background-color: rgb(119,62,220); }

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

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

 span { border-color: rgb(119,62,220); }

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