#772792

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

Shades of Vivid Violet #772792

Tints of Vivid Violet #772792

Color information

#772792 (or 0x772792) is unknown color: approx Vivid Violet. HEX triplet: 77, 27 and 92. RGB value is (119,39,146). Sum of RGB (Red+Green+Blue) = 119+39+146=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #772792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772792 is #88D86D. Grayscale: #4A4A4A. Windows color (decimal): -8968302 or 9578359. OLE color: 9578359.

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

Color convert

RGB11939146-
CMYK0.180.7300.43
HSL284.86º57.84%36.27%-
HSV(B)284.86º73.29%57.25%-
XYZ13.527.4527.92-
YUV75.12168159.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 39 (15.62% from 255) = 12.83%
BLUE value IS 146 (57.42% from 255) = 48.03%
R=39.14%
G=12.83%
B=48.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119391460.180.7300.43284.8657.8436.27
Hex772792124902B11d3a24
Octal16747222221110534357244
Binary1110111100111100100101001010010010101011100011101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772792; }

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

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

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

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

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

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

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

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