Html Css Color HEX #772391 Vivid Violet

📋 copy color: '#772391'

red 119 ◦ green 35 ◦ blue 145

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

Shades of Vivid Violet #772391

Tints of Vivid Violet #772391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.71%

 BLUE value IS 145 (57.03% from 255) = 48.49%

R = 39.8%
G = 11.71%
B = 48.49%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#772391 (or 0x772391) is known color: Vivid Violet. HEX triplet: 77, 23 and 91. RGB value is (119,35,145). Sum of RGB (Red+Green+Blue) = 119+35+145=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #772391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772391 is #88DC6E. Grayscale: #484848. Windows color (decimal): -8969327 or 9511799. OLE color: 9511799.

HSL color Cylindrical-coordinate representation of color #772391: hue angle of 285.82º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #772391 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 35 145 -
CMYK 0.18 0.76 0 0.43
HSL 285.82º 0.61% 0.35% -
HSV(B) 285.82º 0.76% 0.57% -
XYZ 13.32 7.17 27.47 -
YUV 72.66 168.83 161.06 -
System Red Green Blue C M Y K H S L
Decimal 119 35 145 0.18 0.76 0 0.43 285.82 0.61 0.35
Hex 77 23 91 12 4C 0 2B 11E 3D 23
Octal 167 43 221 22 114 0 53 436 75 43
Binary 1110111 100011 10010001 10010 1001100 0 101011 100011110 111101 100011

Color Harmonies of #772391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772391

Black with #772391

Text Example


Text Example

White with #772391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772391; }

 p { color: rgb(119,35,145); }

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

background-color css

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

 a { background-color: rgb(119,35,145); }

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

border-color css

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

 span { border-color: rgb(119,35,145); }

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