#773892

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

Shades of Vivid Violet #773892

Tints of Vivid Violet #773892

Color information

#773892 (or 0x773892) is unknown color: approx Vivid Violet. HEX triplet: 77, 38 and 92. RGB value is (119,56,146). Sum of RGB (Red+Green+Blue) = 119+56+146=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #773892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773892 is #88C76D. Grayscale: #545454. Windows color (decimal): -8963950 or 9582711. OLE color: 9582711.

HSL color Cylindrical-coordinate representation of color #773892: hue angle of 282º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #773892 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11956146-
CMYK0.180.6200.43
HSL282º44.55%39.61%-
HSV(B)282º61.64%57.25%-
XYZ14.218.8328.15-
YUV85.1162.37152.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.07%
GREEN value IS 56 (22.27% from 255) = 17.45%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=37.07%
G=17.45%
B=45.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119561460.180.6200.4328244.5539.61
Hex773892123E02B11a2d28
Octal1677022222760534325550
Binary111011111100010010010100101111100101011100011010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773892; }

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

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

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

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

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

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

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

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