Html Css Color HEX #771899 Vivid Violet

📋 copy color: '#771899'

red 119 ◦ green 24 ◦ blue 153

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

Shades of Vivid Violet #771899

Tints of Vivid Violet #771899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51.69%

R = 40.2%
G = 8.11%
B = 51.69%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#771899 (or 0x771899) is known color: Vivid Violet. HEX triplet: 77, 18 and 99. RGB value is (119,24,153). Sum of RGB (Red+Green+Blue) = 119+24+153=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #771899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771899 is #88E766. Grayscale: #424242. Windows color (decimal): -8972135 or 10033271. OLE color: 10033271.

HSL color Cylindrical-coordinate representation of color #771899: hue angle of 284.19º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771899 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 24 153 -
CMYK 0.22 0.84 0 0.4
HSL 284.19º 0.73% 0.35% -
HSV(B) 284.19º 0.84% 0.6% -
XYZ 13.68 6.88 30.74 -
YUV 67.11 176.47 165.01 -
System Red Green Blue C M Y K H S L
Decimal 119 24 153 0.22 0.84 0 0.4 284.19 0.73 0.35
Hex 77 18 99 16 54 0 28 11C 49 23
Octal 167 30 231 26 124 0 50 434 111 43
Binary 1110111 11000 10011001 10110 1010100 0 101000 100011100 1001001 100011

Color Harmonies of #771899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771899

Black with #771899

Text Example


Text Example

White with #771899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771899; }

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

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

background-color css

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

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

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

border-color css

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

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

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