Html Css Color HEX #773998 Vivid Violet

📋 copy color: '#773998'

red 119 ◦ green 57 ◦ blue 152

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

Shades of Vivid Violet #773998

Tints of Vivid Violet #773998

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.38%

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

R = 36.28%
G = 17.38%
B = 46.34%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#773998 (or 0x773998) is known color: Vivid Violet. HEX triplet: 77, 39 and 98. RGB value is (119,57,152). Sum of RGB (Red+Green+Blue) = 119+57+152=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #773998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773998 is #88C667. Grayscale: #565656. Windows color (decimal): -8963688 or 9976183. OLE color: 9976183.

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

Color convert

RGB 119 57 152 -
CMYK 0.22 0.62 0 0.40
HSL 279.16º 0.45% 0.41% -
HSV(B) 279.16º 0.63% 0.6% -
XYZ 14.74 9.12 30.69 -
YUV 86.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 119 57 152 0.22 0.62 0 0.40 279.16 0.45 0.41
Hex 77 39 98 16 3E 0 28 117 2D 29
Octal 167 71 230 26 76 0 50 427 55 51
Binary 1110111 111001 10011000 10110 111110 0 101000 100010111 101101 101001

Color Harmonies of #773998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773998

Black with #773998

Text Example


Text Example

White with #773998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773998; }

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

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

background-color css

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

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

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

border-color css

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

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

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