#772290

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

Shades of Vivid Violet #772290

Tints of Vivid Violet #772290

Color information

#772290 (or 0x772290) is unknown color: approx Vivid Violet. HEX triplet: 77, 22 and 90. RGB value is (119,34,144). Sum of RGB (Red+Green+Blue) = 119+34+144=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #772290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772290 is #88DD6F. Grayscale: #474747. Windows color (decimal): -8969584 or 9446007. OLE color: 9446007.

HSL color Cylindrical-coordinate representation of color #772290: hue angle of 286.36º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #772290 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11934144-
CMYK0.170.7600.44
HSL286.36º61.8%34.9%-
HSV(B)286.36º76.39%56.47%-
XYZ13.217.0827.06-
YUV71.96168.66161.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 34 (13.67% from 255) = 11.45%
BLUE value IS 144 (56.64% from 255) = 48.48%
R=40.07%
G=11.45%
B=48.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119341440.170.7600.44286.3661.834.9
Hex772290114C02C11e3e23
Octal16742220211140544367643
Binary1110111100010100100001000110011000101100100011110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772290; }

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

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

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

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

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

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

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

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