Html Css Color HEX #773492 Vivid Violet

📋 copy color: '#773492'

red 119 ◦ green 52 ◦ blue 146

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

Shades of Vivid Violet #773492

Tints of Vivid Violet #773492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.4%

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

R = 37.54%
G = 16.4%
B = 46.06%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#773492 (or 0x773492) is known color: Vivid Violet. HEX triplet: 77, 34 and 92. RGB value is (119,52,146). Sum of RGB (Red+Green+Blue) = 119+52+146=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #773492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773492 is #88CB6D. Grayscale: #525252. Windows color (decimal): -8964974 or 9581687. OLE color: 9581687.

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

Color convert

RGB 119 52 146 -
CMYK 0.18 0.64 0 0.43
HSL 282.77º 0.47% 0.39% -
HSV(B) 282.77º 0.64% 0.57% -
XYZ 14.02 8.45 28.09 -
YUV 82.75 163.7 153.86 -
System Red Green Blue C M Y K H S L
Decimal 119 52 146 0.18 0.64 0 0.43 282.77 0.47 0.39
Hex 77 34 92 12 40 0 2B 11B 2F 27
Octal 167 64 222 22 100 0 53 433 57 47
Binary 1110111 110100 10010010 10010 1000000 0 101011 100011011 101111 100111

Color Harmonies of #773492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773492

Black with #773492

Text Example


Text Example

White with #773492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773492; }

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

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

background-color css

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

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

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

border-color css

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

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

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