Html Css Color HEX #773392 Vivid Violet

📋 copy color: '#773392'

red 119 ◦ green 51 ◦ blue 146

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

Shades of Vivid Violet #773392

Tints of Vivid Violet #773392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.2%

R = 37.66%
G = 16.14%
B = 46.2%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#773392 (or 0x773392) is known color: Vivid Violet. HEX triplet: 77, 33 and 92. RGB value is (119,51,146). Sum of RGB (Red+Green+Blue) = 119+51+146=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #773392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773392 is #88CC6D. Grayscale: #515151. Windows color (decimal): -8965230 or 9581431. OLE color: 9581431.

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

Color convert

RGB 119 51 146 -
CMYK 0.18 0.65 0 0.43
HSL 282.95º 0.48% 0.39% -
HSV(B) 282.95º 0.65% 0.57% -
XYZ 13.98 8.36 28.07 -
YUV 82.16 164.03 154.28 -
System Red Green Blue C M Y K H S L
Decimal 119 51 146 0.18 0.65 0 0.43 282.95 0.48 0.39
Hex 77 33 92 12 41 0 2B 11B 30 27
Octal 167 63 222 22 101 0 53 433 60 47
Binary 1110111 110011 10010010 10010 1000001 0 101011 100011011 110000 100111

Color Harmonies of #773392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773392

Black with #773392

Text Example


Text Example

White with #773392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773392; }

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

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

background-color css

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

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

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

border-color css

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

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

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