#773482

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

Shades of Vivid Violet #773482

Tints of Vivid Violet #773482

Color information

#773482 (or 0x773482) is unknown color: approx Vivid Violet. HEX triplet: 77, 34 and 82. RGB value is (119,52,130). Sum of RGB (Red+Green+Blue) = 119+52+130=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #773482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773482 is #88CB7D. Grayscale: #505050. Windows color (decimal): -8964990 or 8533111. OLE color: 8533111.

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

Color convert

RGB11952130-
CMYK0.080.6000.49
HSL291.54º42.86%35.69%-
HSV(B)291.54º60%50.98%-
XYZ12.877.9921.98-
YUV80.92155.7155.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.53%
GREEN value IS 52 (20.70% from 255) = 17.28%
BLUE value IS 130 (51.17% from 255) = 43.19%
R=39.53%
G=17.28%
B=43.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119521300.080.6000.49291.5442.8635.69
Hex77348283C0311242b24
Octal1676420210740614445344
Binary11101111101001000001010001111000110001100100100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773482; }

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

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

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

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

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

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

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

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