Html Css Color HEX #772290 Vivid Violet

📋 copy color: '#772290'

red 119 ◦ green 34 ◦ blue 144

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

Shades of Vivid Violet #772290

Tints of Vivid Violet #772290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.45%

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

R = 40.07%
G = 11.45%
B = 48.48%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#772290 (or 0x772290) is known color: Vivid Violet. HEX triplet: 77, 22 and 90. RGB value is (119,34,144). Sum of RGB (Red+Green+Blue) = 119+34+144=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #772290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772290 is #88DD6F. Grayscale: #474747. Windows color (decimal): -8969584 or 9446007. OLE color: 9446007.

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

Color convert

RGB 119 34 144 -
CMYK 0.17 0.76 0 0.44
HSL 286.36º 0.62% 0.35% -
HSV(B) 286.36º 0.76% 0.56% -
XYZ 13.21 7.08 27.06 -
YUV 71.96 168.66 161.56 -
System Red Green Blue C M Y K H S L
Decimal 119 34 144 0.17 0.76 0 0.44 286.36 0.62 0.35
Hex 77 22 90 11 4C 0 2C 11E 3E 23
Octal 167 42 220 21 114 0 54 436 76 43
Binary 1110111 100010 10010000 10001 1001100 0 101100 100011110 111110 100011

Color Harmonies of #772290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772290

Black with #772290

Text Example


Text Example

White with #772290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772290; }

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

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

background-color css

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

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

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

border-color css

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

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

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