Html Css Color HEX #773599 Vivid Violet

📋 copy color: '#773599'

red 119 ◦ green 53 ◦ blue 153

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

Shades of Vivid Violet #773599

Tints of Vivid Violet #773599

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.31%

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

R = 36.62%
G = 16.31%
B = 47.08%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#773599 (or 0x773599) is known color: Vivid Violet. HEX triplet: 77, 35 and 99. RGB value is (119,53,153). Sum of RGB (Red+Green+Blue) = 119+53+153=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #773599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773599 is #88CA66. Grayscale: #535353. Windows color (decimal): -8964711 or 10040695. OLE color: 10040695.

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

Color convert

RGB 119 53 153 -
CMYK 0.22 0.65 0 0.4
HSL 279.6º 0.49% 0.4% -
HSV(B) 279.6º 0.65% 0.6% -
XYZ 14.63 8.77 31.06 -
YUV 84.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 119 53 153 0.22 0.65 0 0.4 279.6 0.49 0.4
Hex 77 35 99 16 41 0 28 118 31 28
Octal 167 65 231 26 101 0 50 430 61 50
Binary 1110111 110101 10011001 10110 1000001 0 101000 100011000 110001 101000

Color Harmonies of #773599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773599

Black with #773599

Text Example


Text Example

White with #773599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773599; }

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

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

background-color css

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

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

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

border-color css

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

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

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