#772894

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

Shades of Vivid Violet #772894

Tints of Vivid Violet #772894

Color information

#772894 (or 0x772894) is unknown color: approx Vivid Violet. HEX triplet: 77, 28 and 94. RGB value is (119,40,148). Sum of RGB (Red+Green+Blue) = 119+40+148=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #772894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772894 is #88D76B. Grayscale: #4B4B4B. Windows color (decimal): -8968044 or 9709687. OLE color: 9709687.

HSL color Cylindrical-coordinate representation of color #772894: hue angle of 283.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772894 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11940148-
CMYK0.200.7300.42
HSL283.89º57.45%36.86%-
HSV(B)283.89º72.97%58.04%-
XYZ13.717.5828.76-
YUV75.93168.67158.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.76%
GREEN value IS 40 (16.02% from 255) = 13.03%
BLUE value IS 148 (58.20% from 255) = 48.21%
R=38.76%
G=13.03%
B=48.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119401480.200.7300.42283.8957.4536.86
Hex772894144902A11c3925
Octal16750224241110524347145
Binary1110111101000100101001010010010010101010100011100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772894; }

 p { color: rgb(119,40,148); }

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

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

 a { background-color: rgb(119,40,148); }

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

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

 span { border-color: rgb(119,40,148); }

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