Html Css Color HEX #772999 Vivid Violet

📋 copy color: '#772999'

red 119 ◦ green 41 ◦ blue 153

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

Shades of Vivid Violet #772999

Tints of Vivid Violet #772999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.1%

 BLUE value IS 153 (60.16% from 255) = 48.88%

R = 38.02%
G = 13.1%
B = 48.88%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#772999 (or 0x772999) is known color: Vivid Violet. HEX triplet: 77, 29 and 99. RGB value is (119,41,153). Sum of RGB (Red+Green+Blue) = 119+41+153=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #772999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772999 is #88D666. Grayscale: #4C4C4C. Windows color (decimal): -8967783 or 10037623. OLE color: 10037623.

HSL color Cylindrical-coordinate representation of color #772999: hue angle of 281.79º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772999 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 41 153 -
CMYK 0.22 0.73 0 0.4
HSL 281.79º 0.58% 0.38% -
HSV(B) 281.79º 0.73% 0.6% -
XYZ 14.15 7.81 30.9 -
YUV 77.09 170.84 157.89 -
System Red Green Blue C M Y K H S L
Decimal 119 41 153 0.22 0.73 0 0.4 281.79 0.58 0.38
Hex 77 29 99 16 49 0 28 11A 3A 26
Octal 167 51 231 26 111 0 50 432 72 46
Binary 1110111 101001 10011001 10110 1001001 0 101000 100011010 111010 100110

Color Harmonies of #772999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772999

Black with #772999

Text Example


Text Example

White with #772999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772999; }

 p { color: rgb(119,41,153); }

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

background-color css

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

 a { background-color: rgb(119,41,153); }

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

border-color css

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

 span { border-color: rgb(119,41,153); }

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