#773792

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

Shades of Vivid Violet #773792

Tints of Vivid Violet #773792

Color information

#773792 (or 0x773792) is unknown color: approx Vivid Violet. HEX triplet: 77, 37 and 92. RGB value is (119,55,146). Sum of RGB (Red+Green+Blue) = 119+55+146=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #773792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773792 is #88C86D. Grayscale: #545454. Windows color (decimal): -8964206 or 9582455. OLE color: 9582455.

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

Color convert

RGB11955146-
CMYK0.180.6200.43
HSL282.2º45.27%39.41%-
HSV(B)282.2º62.33%57.25%-
XYZ14.168.7328.13-
YUV84.51162.7152.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 55 (21.88% from 255) = 17.19%
BLUE value IS 146 (57.42% from 255) = 45.62%
R=37.19%
G=17.19%
B=45.62%

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
Decimal119551460.180.6200.43282.245.2739.41
Hex773792123E02B11a2d27
Octal1676722222760534325547
Binary111011111011110010010100101111100101011100011010101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773792; }

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

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

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

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

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

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

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

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