Html Css Color HEX #772684 Vivid Violet

📋 copy color: '#772684'

red 119 ◦ green 38 ◦ blue 132

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

Shades of Vivid Violet #772684

Tints of Vivid Violet #772684

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.15%

 BLUE value IS 132 (51.95% from 255) = 45.67%

R = 41.18%
G = 13.15%
B = 45.67%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#772684 (or 0x772684) is known color: Vivid Violet. HEX triplet: 77, 26 and 84. RGB value is (119,38,132). Sum of RGB (Red+Green+Blue) = 119+38+132=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #772684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772684 is #88D97B. Grayscale: #484848. Windows color (decimal): -8968572 or 8660599. OLE color: 8660599.

HSL color Cylindrical-coordinate representation of color #772684: hue angle of 291.7º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #772684 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 38 132 -
CMYK 0.10 0.71 0 0.48
HSL 291.7º 0.55% 0.33% -
HSV(B) 291.7º 0.71% 0.52% -
XYZ 12.47 6.97 22.52 -
YUV 72.94 161.34 160.86 -
System Red Green Blue C M Y K H S L
Decimal 119 38 132 0.10 0.71 0 0.48 291.7 0.55 0.33
Hex 77 26 84 A 47 0 30 124 37 21
Octal 167 46 204 12 107 0 60 444 67 41
Binary 1110111 100110 10000100 1010 1000111 0 110000 100100100 110111 100001

Color Harmonies of #772684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772684

Black with #772684

Text Example


Text Example

White with #772684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772684; }

 p { color: rgb(119,38,132); }

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

background-color css

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

 a { background-color: rgb(119,38,132); }

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

border-color css

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

 span { border-color: rgb(119,38,132); }

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