Html Css Color HEX #772090 Vivid Violet

📋 copy color: '#772090'

red 119 ◦ green 32 ◦ blue 144

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

Shades of Vivid Violet #772090

Tints of Vivid Violet #772090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.85%

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

R = 40.34%
G = 10.85%
B = 48.81%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#772090 (or 0x772090) is known color: Vivid Violet. HEX triplet: 77, 20 and 90. RGB value is (119,32,144). Sum of RGB (Red+Green+Blue) = 119+32+144=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #772090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772090 is #88DF6F. Grayscale: #464646. Windows color (decimal): -8970096 or 9445495. OLE color: 9445495.

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

Color convert

RGB 119 32 144 -
CMYK 0.17 0.78 0 0.44
HSL 286.61º 0.64% 0.35% -
HSV(B) 286.61º 0.78% 0.56% -
XYZ 13.16 6.97 27.04 -
YUV 70.78 169.32 162.39 -
System Red Green Blue C M Y K H S L
Decimal 119 32 144 0.17 0.78 0 0.44 286.61 0.64 0.35
Hex 77 20 90 11 4E 0 2C 11F 40 23
Octal 167 40 220 21 116 0 54 437 100 43
Binary 1110111 100000 10010000 10001 1001110 0 101100 100011111 1000000 100011

Color Harmonies of #772090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772090

Black with #772090

Text Example


Text Example

White with #772090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772090; }

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

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

background-color css

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

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

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

border-color css

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

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

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