#773E8B

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

Shades of Vivid Violet #773E8B

Tints of Vivid Violet #773E8B

Color information

#773E8B (or 0x773E8B) is unknown color: approx Vivid Violet. HEX triplet: 77, 3E and 8B. RGB value is (119,62,139). Sum of RGB (Red+Green+Blue) = 119+62+139=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #773E8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773E8B is #88C174. Grayscale: #575757. Windows color (decimal): -8962421 or 9125495. OLE color: 9125495.

HSL color Cylindrical-coordinate representation of color #773E8B: hue angle of 284.42º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #773E8B is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11962139-
CMYK0.140.5500.45
HSL284.42º38.31%39.41%-
HSV(B)284.42º55.4%54.51%-
XYZ13.999.2325.47-
YUV87.82156.88150.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 62 (24.61% from 255) = 19.38%
BLUE value IS 139 (54.69% from 255) = 43.44%
R=37.19%
G=19.38%
B=43.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119621390.140.5500.45284.4238.3139.41
Hex773E8BE3702D11c2627
Octal1677621316670554344647
Binary11101111111101000101111101101110101101100011100100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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