Html Css Color HEX #77139F Vivid Violet

📋 copy color: '#77139F'

red 119 ◦ green 19 ◦ blue 159

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

Shades of Vivid Violet #77139F

Tints of Vivid Violet #77139F

RGB

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

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

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

R = 40.07%
G = 6.4%
B = 53.54%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77139F (or 0x77139F) is known color: Vivid Violet. HEX triplet: 77, 13 and 9F. RGB value is (119,19,159). Sum of RGB (Red+Green+Blue) = 119+19+159=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #77139F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77139F is #88EC60. Grayscale: #404040. Windows color (decimal): -8973409 or 10425207. OLE color: 10425207.

HSL color Cylindrical-coordinate representation of color #77139F: hue angle of 282.86º degrees, saturation: 0.79, 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 #77139F is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 19 159 -
CMYK 0.25 0.88 0 0.38
HSL 282.86º 0.79% 0.35% -
HSV(B) 282.86º 0.88% 0.62% -
XYZ 14.1 6.89 33.39 -
YUV 64.86 181.13 166.62 -
System Red Green Blue C M Y K H S L
Decimal 119 19 159 0.25 0.88 0 0.38 282.86 0.79 0.35
Hex 77 13 9F 19 58 0 26 11B 4F 23
Octal 167 23 237 31 130 0 46 433 117 43
Binary 1110111 10011 10011111 11001 1011000 0 100110 100011011 1001111 100011

Color Harmonies of #77139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77139F

Black with #77139F

Text Example


Text Example

White with #77139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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