Html Css Color HEX #773398 Vivid Violet

📋 copy color: '#773398'

red 119 ◦ green 51 ◦ blue 152

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

Shades of Vivid Violet #773398

Tints of Vivid Violet #773398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.84%

 BLUE value IS 152 (59.77% from 255) = 47.2%

R = 36.96%
G = 15.84%
B = 47.2%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#773398 (or 0x773398) is known color: Vivid Violet. HEX triplet: 77, 33 and 98. RGB value is (119,51,152). Sum of RGB (Red+Green+Blue) = 119+51+152=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #773398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773398 is #88CC67. Grayscale: #525252. Windows color (decimal): -8965224 or 9974647. OLE color: 9974647.

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

Color convert

RGB 119 51 152 -
CMYK 0.22 0.66 0 0.40
HSL 280.4º 0.5% 0.4% -
HSV(B) 280.4º 0.66% 0.6% -
XYZ 14.46 8.56 30.6 -
YUV 82.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 119 51 152 0.22 0.66 0 0.40 280.4 0.5 0.4
Hex 77 33 98 16 42 0 28 118 32 28
Octal 167 63 230 26 102 0 50 430 62 50
Binary 1110111 110011 10011000 10110 1000010 0 101000 100011000 110010 101000

Color Harmonies of #773398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773398

Black with #773398

Text Example


Text Example

White with #773398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773398; }

 p { color: rgb(119,51,152); }

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

background-color css

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

 a { background-color: rgb(119,51,152); }

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

border-color css

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

 span { border-color: rgb(119,51,152); }

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