#772487

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

Shades of Vivid Violet #772487

Tints of Vivid Violet #772487

Color information

#772487 (or 0x772487) is unknown color: approx Vivid Violet. HEX triplet: 77, 24 and 87. RGB value is (119,36,135). Sum of RGB (Red+Green+Blue) = 119+36+135=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 135 - color contains mainly: blue. Hex color #772487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772487 is #88DB78. Grayscale: #474747. Windows color (decimal): -8969081 or 8856695. OLE color: 8856695.

HSL color Cylindrical-coordinate representation of color #772487: hue angle of 290.3º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772487 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11936135-
CMYK0.120.7300.47
HSL290.3º57.89%33.53%-
HSV(B)290.3º73.33%52.94%-
XYZ12.616.9323.6-
YUV72.1163.5161.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.03%
GREEN value IS 36 (14.45% from 255) = 12.41%
BLUE value IS 135 (53.12% from 255) = 46.55%
R=41.03%
G=12.41%
B=46.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119361350.120.7300.47290.357.8933.53
Hex772487C4902F1223a22
Octal16744207141110574427242
Binary111011110010010000111110010010010101111100100010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772487; }

 p { color: rgb(119,36,135); }

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

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

 a { background-color: rgb(119,36,135); }

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

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

 span { border-color: rgb(119,36,135); }

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