Html Css Color HEX #772491 Vivid Violet

📋 copy color: '#772491'

red 119 ◦ green 36 ◦ blue 145

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

Shades of Vivid Violet #772491

Tints of Vivid Violet #772491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12%

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

R = 39.67%
G = 12%
B = 48.33%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#772491 (or 0x772491) is known color: Vivid Violet. HEX triplet: 77, 24 and 91. RGB value is (119,36,145). Sum of RGB (Red+Green+Blue) = 119+36+145=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #772491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772491 is #88DB6E. Grayscale: #484848. Windows color (decimal): -8969071 or 9512055. OLE color: 9512055.

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

Color convert

RGB 119 36 145 -
CMYK 0.18 0.75 0 0.43
HSL 285.69º 0.6% 0.35% -
HSV(B) 285.69º 0.75% 0.57% -
XYZ 13.35 7.23 27.48 -
YUV 73.24 168.5 160.64 -
System Red Green Blue C M Y K H S L
Decimal 119 36 145 0.18 0.75 0 0.43 285.69 0.6 0.35
Hex 77 24 91 12 4B 0 2B 11E 3C 23
Octal 167 44 221 22 113 0 53 436 74 43
Binary 1110111 100100 10010001 10010 1001011 0 101011 100011110 111100 100011

Color Harmonies of #772491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772491

Black with #772491

Text Example


Text Example

White with #772491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772491; }

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

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

background-color css

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

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

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

border-color css

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

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

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