Html Css Color HEX #773099 Vivid Violet

📋 copy color: '#773099'

red 119 ◦ green 48 ◦ blue 153

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

Shades of Vivid Violet #773099

Tints of Vivid Violet #773099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15%

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

R = 37.19%
G = 15%
B = 47.81%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#773099 (or 0x773099) is known color: Vivid Violet. HEX triplet: 77, 30 and 99. RGB value is (119,48,153). Sum of RGB (Red+Green+Blue) = 119+48+153=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #773099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773099 is #88CF66. Grayscale: #505050. Windows color (decimal): -8965991 or 10039415. OLE color: 10039415.

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

Color convert

RGB 119 48 153 -
CMYK 0.22 0.69 0 0.4
HSL 280.57º 0.52% 0.39% -
HSV(B) 280.57º 0.69% 0.6% -
XYZ 14.41 8.34 30.99 -
YUV 81.2 168.52 154.96 -
System Red Green Blue C M Y K H S L
Decimal 119 48 153 0.22 0.69 0 0.4 280.57 0.52 0.39
Hex 77 30 99 16 45 0 28 119 34 27
Octal 167 60 231 26 105 0 50 431 64 47
Binary 1110111 110000 10011001 10110 1000101 0 101000 100011001 110100 100111

Color Harmonies of #773099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773099

Black with #773099

Text Example


Text Example

White with #773099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773099; }

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

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

background-color css

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

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

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

border-color css

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

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

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