Html Css Color HEX #771998 Vivid Violet

📋 copy color: '#771998'

red 119 ◦ green 25 ◦ blue 152

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

Shades of Vivid Violet #771998

Tints of Vivid Violet #771998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.45%

 BLUE value IS 152 (59.77% from 255) = 51.35%

R = 40.2%
G = 8.45%
B = 51.35%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#771998 (or 0x771998) is known color: Vivid Violet. HEX triplet: 77, 19 and 98. RGB value is (119,25,152). Sum of RGB (Red+Green+Blue) = 119+25+152=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #771998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771998 is #88E667. Grayscale: #434343. Windows color (decimal): -8971880 or 9967991. OLE color: 9967991.

HSL color Cylindrical-coordinate representation of color #771998: hue angle of 284.41º degrees, saturation: 0.72, 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 #771998 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 25 152 -
CMYK 0.22 0.84 0 0.40
HSL 284.41º 0.72% 0.35% -
HSV(B) 284.41º 0.84% 0.6% -
XYZ 13.62 6.88 30.32 -
YUV 67.58 175.64 164.67 -
System Red Green Blue C M Y K H S L
Decimal 119 25 152 0.22 0.84 0 0.40 284.41 0.72 0.35
Hex 77 19 98 16 54 0 28 11C 48 23
Octal 167 31 230 26 124 0 50 434 110 43
Binary 1110111 11001 10011000 10110 1010100 0 101000 100011100 1001000 100011

Color Harmonies of #771998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771998

Black with #771998

Text Example


Text Example

White with #771998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771998; }

 p { color: rgb(119,25,152); }

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

background-color css

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

 a { background-color: rgb(119,25,152); }

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

border-color css

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

 span { border-color: rgb(119,25,152); }

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