#773082

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

Shades of Vivid Violet #773082

Tints of Vivid Violet #773082

Color information

#773082 (or 0x773082) is unknown color: approx Vivid Violet. HEX triplet: 77, 30 and 82. RGB value is (119,48,130). Sum of RGB (Red+Green+Blue) = 119+48+130=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #773082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773082 is #88CF7D. Grayscale: #4E4E4E. Windows color (decimal): -8966014 or 8532087. OLE color: 8532087.

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

Color convert

RGB11948130-
CMYK0.080.6300.49
HSL291.95º46.07%34.9%-
HSV(B)291.95º63.08%50.98%-
XYZ12.697.6521.93-
YUV78.58157.02156.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 48 (19.14% from 255) = 16.16%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=40.07%
G=16.16%
B=43.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119481300.080.6300.49291.9546.0734.9
Hex77308283F0311242e23
Octal1676020210770614445643
Binary11101111100001000001010001111110110001100100100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773082; }

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

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

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

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

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

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

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

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