#772F94

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

Shades of Vivid Violet #772F94

Tints of Vivid Violet #772F94

Color information

#772F94 (or 0x772F94) is unknown color: approx Vivid Violet. HEX triplet: 77, 2F and 94. RGB value is (119,47,148). Sum of RGB (Red+Green+Blue) = 119+47+148=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #772F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772F94 is #88D06B. Grayscale: #4F4F4F. Windows color (decimal): -8966252 or 9711479. OLE color: 9711479.

HSL color Cylindrical-coordinate representation of color #772F94: hue angle of 282.77º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #772F94 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11947148-
CMYK0.200.6800.42
HSL282.77º51.79%38.24%-
HSV(B)282.77º68.24%58.04%-
XYZ13.978.0928.84-
YUV80.04166.35155.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 47 (18.75% from 255) = 14.97%
BLUE value IS 148 (58.20% from 255) = 47.13%
R=37.90%
G=14.97%
B=47.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119471480.200.6800.42282.7751.7938.24
Hex772F94144402A11b3426
Octal16757224241040524336446
Binary1110111101111100101001010010001000101010100011011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772F94; }

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

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

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

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

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

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

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

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