Html Css Color HEX #771891 Vivid Violet

📋 copy color: '#771891'

red 119 ◦ green 24 ◦ blue 145

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

Shades of Vivid Violet #771891

Tints of Vivid Violet #771891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.33%

 BLUE value IS 145 (57.03% from 255) = 50.35%

R = 41.32%
G = 8.33%
B = 50.35%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#771891 (or 0x771891) is known color: Vivid Violet. HEX triplet: 77, 18 and 91. RGB value is (119,24,145). Sum of RGB (Red+Green+Blue) = 119+24+145=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #771891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771891 is #88E76E. Grayscale: #414141. Windows color (decimal): -8972143 or 9508983. OLE color: 9508983.

HSL color Cylindrical-coordinate representation of color #771891: hue angle of 287.11º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #771891 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 24 145 -
CMYK 0.18 0.83 0 0.43
HSL 287.11º 0.72% 0.33% -
HSV(B) 287.11º 0.83% 0.57% -
XYZ 13.05 6.62 27.38 -
YUV 66.2 172.47 165.66 -
System Red Green Blue C M Y K H S L
Decimal 119 24 145 0.18 0.83 0 0.43 287.11 0.72 0.33
Hex 77 18 91 12 53 0 2B 11F 48 21
Octal 167 30 221 22 123 0 53 437 110 41
Binary 1110111 11000 10010001 10010 1010011 0 101011 100011111 1001000 100001

Color Harmonies of #771891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771891

Black with #771891

Text Example


Text Example

White with #771891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771891; }

 p { color: rgb(119,24,145); }

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

background-color css

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

 a { background-color: rgb(119,24,145); }

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

border-color css

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

 span { border-color: rgb(119,24,145); }

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