Html Css Color HEX #77149F Vivid Violet

📋 copy color: '#77149F'

red 119 ◦ green 20 ◦ blue 159

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

Shades of Vivid Violet #77149F

Tints of Vivid Violet #77149F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.71%

 BLUE value IS 159 (62.5% from 255) = 53.36%

R = 39.93%
G = 6.71%
B = 53.36%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77149F (or 0x77149F) is known color: Vivid Violet. HEX triplet: 77, 14 and 9F. RGB value is (119,20,159). Sum of RGB (Red+Green+Blue) = 119+20+159=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #77149F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77149F is #88EB60. Grayscale: #404040. Windows color (decimal): -8973153 or 10425463. OLE color: 10425463.

HSL color Cylindrical-coordinate representation of color #77149F: hue angle of 282.73º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77149F is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 20 159 -
CMYK 0.25 0.87 0 0.38
HSL 282.73º 0.78% 0.35% -
HSV(B) 282.73º 0.87% 0.62% -
XYZ 14.12 6.93 33.39 -
YUV 65.45 180.8 166.2 -
System Red Green Blue C M Y K H S L
Decimal 119 20 159 0.25 0.87 0 0.38 282.73 0.78 0.35
Hex 77 14 9F 19 57 0 26 11B 4E 23
Octal 167 24 237 31 127 0 46 433 116 43
Binary 1110111 10100 10011111 11001 1010111 0 100110 100011011 1001110 100011

Color Harmonies of #77149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77149F

Black with #77149F

Text Example


Text Example

White with #77149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77149F; }

 p { color: rgb(119,20,159); }

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

background-color css

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

 a { background-color: rgb(119,20,159); }

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

border-color css

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

 span { border-color: rgb(119,20,159); }

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