Html Css Color HEX #773698 Vivid Violet

📋 copy color: '#773698'

red 119 ◦ green 54 ◦ blue 152

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

Shades of Vivid Violet #773698

Tints of Vivid Violet #773698

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.62%

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

R = 36.62%
G = 16.62%
B = 46.77%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#773698 (or 0x773698) is known color: Vivid Violet. HEX triplet: 77, 36 and 98. RGB value is (119,54,152). Sum of RGB (Red+Green+Blue) = 119+54+152=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #773698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773698 is #88C967. Grayscale: #545454. Windows color (decimal): -8964456 or 9975415. OLE color: 9975415.

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

Color convert

RGB 119 54 152 -
CMYK 0.22 0.64 0 0.40
HSL 279.8º 0.48% 0.4% -
HSV(B) 279.8º 0.64% 0.6% -
XYZ 14.59 8.83 30.64 -
YUV 84.61 166.03 152.53 -
System Red Green Blue C M Y K H S L
Decimal 119 54 152 0.22 0.64 0 0.40 279.8 0.48 0.4
Hex 77 36 98 16 40 0 28 118 30 28
Octal 167 66 230 26 100 0 50 430 60 50
Binary 1110111 110110 10011000 10110 1000000 0 101000 100011000 110000 101000

Color Harmonies of #773698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773698

Black with #773698

Text Example


Text Example

White with #773698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773698; }

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

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

background-color css

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

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

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

border-color css

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

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

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