#772283

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

Shades of Vivid Violet #772283

Tints of Vivid Violet #772283

Color information

#772283 (or 0x772283) is unknown color: approx Vivid Violet. HEX triplet: 77, 22 and 83. RGB value is (119,34,131). Sum of RGB (Red+Green+Blue) = 119+34+131=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #772283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772283 is #88DD7C. Grayscale: #464646. Windows color (decimal): -8969597 or 8594039. OLE color: 8594039.

HSL color Cylindrical-coordinate representation of color #772283: hue angle of 292.58º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #772283 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11934131-
CMYK0.090.7400.49
HSL292.58º58.79%32.35%-
HSV(B)292.58º74.05%51.37%-
XYZ12.286.722.12-
YUV70.47162.16162.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 34 (13.67% from 255) = 11.97%
BLUE value IS 131 (51.56% from 255) = 46.13%
R=41.90%
G=11.97%
B=46.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119341310.090.7400.49292.5858.7932.35
Hex77228394A0311253b20
Octal16742203111120614457340
Binary111011110001010000011100110010100110001100100101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772283; }

 p { color: rgb(119,34,131); }

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

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

 a { background-color: rgb(119,34,131); }

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

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

 span { border-color: rgb(119,34,131); }

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