Html Css Color HEX #772486 Vivid Violet

📋 copy color: '#772486'

red 119 ◦ green 36 ◦ blue 134

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

Shades of Vivid Violet #772486

Tints of Vivid Violet #772486

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.46%

 BLUE value IS 134 (52.73% from 255) = 46.37%

R = 41.18%
G = 12.46%
B = 46.37%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#772486 (or 0x772486) is known color: Vivid Violet. HEX triplet: 77, 24 and 86. RGB value is (119,36,134). Sum of RGB (Red+Green+Blue) = 119+36+134=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #772486 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772486 is #88DB79. Grayscale: #474747. Windows color (decimal): -8969082 or 8791159. OLE color: 8791159.

HSL color Cylindrical-coordinate representation of color #772486: hue angle of 290.82º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772486 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 36 134 -
CMYK 0.11 0.73 0 0.47
HSL 290.82º 0.58% 0.33% -
HSV(B) 290.82º 0.73% 0.53% -
XYZ 12.54 6.9 23.23 -
YUV 71.99 163 161.53 -
System Red Green Blue C M Y K H S L
Decimal 119 36 134 0.11 0.73 0 0.47 290.82 0.58 0.33
Hex 77 24 86 B 49 0 2F 123 3A 21
Octal 167 44 206 13 111 0 57 443 72 41
Binary 1110111 100100 10000110 1011 1001001 0 101111 100100011 111010 100001

Color Harmonies of #772486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772486

Black with #772486

Text Example


Text Example

White with #772486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772486; }

 p { color: rgb(119,36,134); }

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

background-color css

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

 a { background-color: rgb(119,36,134); }

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

border-color css

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

 span { border-color: rgb(119,36,134); }

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