Html Css Color HEX #773488 Vivid Violet

📋 copy color: '#773488'

red 119 ◦ green 52 ◦ blue 136

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

Shades of Vivid Violet #773488

Tints of Vivid Violet #773488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 44.3%

R = 38.76%
G = 16.94%
B = 44.3%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#773488 (or 0x773488) is known color: Vivid Violet. HEX triplet: 77, 34 and 88. RGB value is (119,52,136). Sum of RGB (Red+Green+Blue) = 119+52+136=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #773488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773488 is #88CB77. Grayscale: #515151. Windows color (decimal): -8964984 or 8926327. OLE color: 8926327.

HSL color Cylindrical-coordinate representation of color #773488: hue angle of 287.86º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #773488 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 52 136 -
CMYK 0.12 0.62 0 0.47
HSL 287.86º 0.45% 0.37% -
HSV(B) 287.86º 0.62% 0.53% -
XYZ 13.28 8.16 24.17 -
YUV 81.61 158.7 154.67 -
System Red Green Blue C M Y K H S L
Decimal 119 52 136 0.12 0.62 0 0.47 287.86 0.45 0.37
Hex 77 34 88 C 3E 0 2F 120 2D 25
Octal 167 64 210 14 76 0 57 440 55 45
Binary 1110111 110100 10001000 1100 111110 0 101111 100100000 101101 100101

Color Harmonies of #773488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773488

Black with #773488

Text Example


Text Example

White with #773488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773488; }

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

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

background-color css

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

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

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

border-color css

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

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

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