Html Css Color HEX #772890 Vivid Violet

📋 copy color: '#772890'

red 119 ◦ green 40 ◦ blue 144

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

Shades of Vivid Violet #772890

Tints of Vivid Violet #772890

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.2%

 BLUE value IS 144 (56.64% from 255) = 47.52%

R = 39.27%
G = 13.2%
B = 47.52%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#772890 (or 0x772890) is known color: Vivid Violet. HEX triplet: 77, 28 and 90. RGB value is (119,40,144). Sum of RGB (Red+Green+Blue) = 119+40+144=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #772890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772890 is #88D76F. Grayscale: #4B4B4B. Windows color (decimal): -8968048 or 9447543. OLE color: 9447543.

HSL color Cylindrical-coordinate representation of color #772890: hue angle of 285.58º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772890 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 40 144 -
CMYK 0.17 0.72 0 0.44
HSL 285.58º 0.57% 0.36% -
HSV(B) 285.58º 0.72% 0.56% -
XYZ 13.4 7.45 27.12 -
YUV 75.48 166.67 159.04 -
System Red Green Blue C M Y K H S L
Decimal 119 40 144 0.17 0.72 0 0.44 285.58 0.57 0.36
Hex 77 28 90 11 48 0 2C 11E 39 24
Octal 167 50 220 21 110 0 54 436 71 44
Binary 1110111 101000 10010000 10001 1001000 0 101100 100011110 111001 100100

Color Harmonies of #772890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772890

Black with #772890

Text Example


Text Example

White with #772890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772890; }

 p { color: rgb(119,40,144); }

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

background-color css

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

 a { background-color: rgb(119,40,144); }

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

border-color css

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

 span { border-color: rgb(119,40,144); }

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