#771C9B

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

Shades of Vivid Violet #771C9B

Tints of Vivid Violet #771C9B

Color information

#771C9B (or 0x771C9B) is unknown color: approx Vivid Violet. HEX triplet: 77, 1C and 9B. RGB value is (119,28,155). Sum of RGB (Red+Green+Blue) = 119+28+155=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #771C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771C9B is #88E364. Grayscale: #454545. Windows color (decimal): -8971109 or 10165367. OLE color: 10165367.

HSL color Cylindrical-coordinate representation of color #771C9B: hue angle of 282.99º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771C9B is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11928155-
CMYK0.230.8200.39
HSL282.99º69.4%35.88%-
HSV(B)282.99º81.94%60.78%-
XYZ13.947.1231.65-
YUV69.69176.15163.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.40%
GREEN value IS 28 (11.33% from 255) = 9.27%
BLUE value IS 155 (60.94% from 255) = 51.32%
R=39.40%
G=9.27%
B=51.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal119281550.230.8200.39282.9969.435.88
Hex771C9B175202711b4524
Octal167342332712204743310544
Binary1110111111001001101110111101001001001111000110111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771C9B; }

 p { color: rgb(119,28,155); }

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

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

 a { background-color: rgb(119,28,155); }

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

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

 span { border-color: rgb(119,28,155); }

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