Html Css Color HEX #771C8B Vivid Violet

📋 copy color: '#771C8B'

red 119 ◦ green 28 ◦ blue 139

#771C8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #771C8B

Tints of Vivid Violet #771C8B

RGB

 RED value IS 119 (46.88% from 255) = 41.61%

 GREEN value IS 28 (11.33% from 255) = 9.79%

 BLUE value IS 139 (54.69% from 255) = 48.6%

R = 41.61%
G = 9.79%
B = 48.6%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#771C8B (or 0x771C8B) is known color: Vivid Violet. HEX triplet: 77, 1C and 8B. RGB value is (119,28,139). Sum of RGB (Red+Green+Blue) = 119+28+139=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #771C8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771C8B is #88E374. Grayscale: #434343. Windows color (decimal): -8971125 or 9116791. OLE color: 9116791.

HSL color Cylindrical-coordinate representation of color #771C8B: hue angle of 289.19º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771C8B is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 28 139 -
CMYK 0.14 0.80 0 0.45
HSL 289.19º 0.66% 0.33% -
HSV(B) 289.19º 0.8% 0.55% -
XYZ 12.68 6.62 25.03 -
YUV 67.86 168.15 164.47 -
System Red Green Blue C M Y K H S L
Decimal 119 28 139 0.14 0.80 0 0.45 289.19 0.66 0.33
Hex 77 1C 8B E 50 0 2D 121 42 21
Octal 167 34 213 16 120 0 55 441 102 41
Binary 1110111 11100 10001011 1110 1010000 0 101101 100100001 1000010 100001

Color Harmonies of #771C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C8B

Black with #771C8B

Text Example


Text Example

White with #771C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #771C8B;
 }
 .AnyTagClassName
 {
   color: #771C8B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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