Html Css Color HEX #77139D Vivid Violet

📋 copy color: '#77139D'

red 119 ◦ green 19 ◦ blue 157

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

Shades of Vivid Violet #77139D

Tints of Vivid Violet #77139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.44%

 BLUE value IS 157 (61.72% from 255) = 53.22%

R = 40.34%
G = 6.44%
B = 53.22%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77139D (or 0x77139D) is known color: Vivid Violet. HEX triplet: 77, 13 and 9D. RGB value is (119,19,157). Sum of RGB (Red+Green+Blue) = 119+19+157=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #77139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77139D is #88EC62. Grayscale: #404040. Windows color (decimal): -8973411 or 10294135. OLE color: 10294135.

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

Color convert

RGB 119 19 157 -
CMYK 0.24 0.88 0 0.38
HSL 283.48º 0.78% 0.35% -
HSV(B) 283.48º 0.88% 0.62% -
XYZ 13.93 6.82 32.48 -
YUV 64.63 180.13 166.78 -
System Red Green Blue C M Y K H S L
Decimal 119 19 157 0.24 0.88 0 0.38 283.48 0.78 0.35
Hex 77 13 9D 18 58 0 26 11B 4E 23
Octal 167 23 235 30 130 0 46 433 116 43
Binary 1110111 10011 10011101 11000 1011000 0 100110 100011011 1001110 100011

Color Harmonies of #77139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77139D

Black with #77139D

Text Example


Text Example

White with #77139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77139D; }

 p { color: rgb(119,19,157); }

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

background-color css

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

 a { background-color: rgb(119,19,157); }

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

border-color css

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

 span { border-color: rgb(119,19,157); }

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