Html Css Color HEX #77198B Vivid Violet

📋 copy color: '#77198B'

red 119 ◦ green 25 ◦ blue 139

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

Shades of Vivid Violet #77198B

Tints of Vivid Violet #77198B

RGB

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

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

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

R = 42.05%
G = 8.83%
B = 49.12%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77198B (or 0x77198B) is known color: Vivid Violet. HEX triplet: 77, 19 and 8B. RGB value is (119,25,139). Sum of RGB (Red+Green+Blue) = 119+25+139=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #77198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77198B is #88E674. Grayscale: #414141. Windows color (decimal): -8971893 or 9116023. OLE color: 9116023.

HSL color Cylindrical-coordinate representation of color #77198B: hue angle of 289.47º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77198B is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 25 139 -
CMYK 0.14 0.82 0 0.45
HSL 289.47º 0.7% 0.32% -
HSV(B) 289.47º 0.82% 0.55% -
XYZ 12.62 6.48 25.01 -
YUV 66.1 169.14 165.73 -
System Red Green Blue C M Y K H S L
Decimal 119 25 139 0.14 0.82 0 0.45 289.47 0.7 0.32
Hex 77 19 8B E 52 0 2D 121 46 20
Octal 167 31 213 16 122 0 55 441 106 40
Binary 1110111 11001 10001011 1110 1010010 0 101101 100100001 1000110 100000

Color Harmonies of #77198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77198B

Black with #77198B

Text Example


Text Example

White with #77198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77198B; }

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

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

background-color css

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

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

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

border-color css

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

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

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