#773D8B

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

Shades of Vivid Violet #773D8B

Tints of Vivid Violet #773D8B

Color information

#773D8B (or 0x773D8B) is unknown color: approx Vivid Violet. HEX triplet: 77, 3D and 8B. RGB value is (119,61,139). Sum of RGB (Red+Green+Blue) = 119+61+139=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #773D8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773D8B is #88C274. Grayscale: #565656. Windows color (decimal): -8962677 or 9125239. OLE color: 9125239.

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

Color convert

RGB11961139-
CMYK0.140.5600.45
HSL284.62º39%39.22%-
HSV(B)284.62º56.12%54.51%-
XYZ13.949.1225.45-
YUV87.23157.22150.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.30%
GREEN value IS 61 (24.22% from 255) = 19.12%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=37.30%
G=19.12%
B=43.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119611390.140.5600.45284.623939.22
Hex773D8BE3802D11d2727
Octal1677521316700554354747
Binary11101111111011000101111101110000101101100011101100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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