#772F85

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

Shades of Vivid Violet #772F85

Tints of Vivid Violet #772F85

Color information

#772F85 (or 0x772F85) is unknown color: approx Vivid Violet. HEX triplet: 77, 2F and 85. RGB value is (119,47,133). Sum of RGB (Red+Green+Blue) = 119+47+133=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #772F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772F85 is #88D07A. Grayscale: #4E4E4E. Windows color (decimal): -8966267 or 8728439. OLE color: 8728439.

HSL color Cylindrical-coordinate representation of color #772F85: hue angle of 290.23º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #772F85 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11947133-
CMYK0.110.6500.48
HSL290.23º47.78%35.29%-
HSV(B)290.23º64.66%52.16%-
XYZ12.867.6522.99-
YUV78.33158.85157.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.80%
GREEN value IS 47 (18.75% from 255) = 15.72%
BLUE value IS 133 (52.34% from 255) = 44.48%
R=39.80%
G=15.72%
B=44.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119471330.110.6500.48290.2347.7835.29
Hex772F85B410301223023
Octal16757205131010604426043
Binary111011110111110000101101110000010110000100100010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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