#773882

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

Shades of Vivid Violet #773882

Tints of Vivid Violet #773882

Color information

#773882 (or 0x773882) is unknown color: approx Vivid Violet. HEX triplet: 77, 38 and 82. RGB value is (119,56,130). Sum of RGB (Red+Green+Blue) = 119+56+130=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #773882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773882 is #88C77D. Grayscale: #535353. Windows color (decimal): -8963966 or 8534135. OLE color: 8534135.

HSL color Cylindrical-coordinate representation of color #773882: hue angle of 291.08º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #773882 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11956130-
CMYK0.080.5700.49
HSL291.08º39.78%36.47%-
HSV(B)291.08º56.92%50.98%-
XYZ13.058.3622.05-
YUV83.27154.37153.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 56 (22.27% from 255) = 18.36%
BLUE value IS 130 (51.17% from 255) = 42.62%
R=39.02%
G=18.36%
B=42.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119561300.080.5700.49291.0839.7836.47
Hex7738828390311232824
Octal1677020210710614435044
Binary11101111110001000001010001110010110001100100011101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773882; }

 p { color: rgb(119,56,130); }

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

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

 a { background-color: rgb(119,56,130); }

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

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

 span { border-color: rgb(119,56,130); }

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