Html Css Color HEX #773187 Vivid Violet

📋 copy color: '#773187'

red 119 ◦ green 49 ◦ blue 135

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

Shades of Vivid Violet #773187

Tints of Vivid Violet #773187

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.17%

 BLUE value IS 135 (53.13% from 255) = 44.55%

R = 39.27%
G = 16.17%
B = 44.55%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#773187 (or 0x773187) is known color: Vivid Violet. HEX triplet: 77, 31 and 87. RGB value is (119,49,135). Sum of RGB (Red+Green+Blue) = 119+49+135=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #773187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773187 is #88CE78. Grayscale: #4F4F4F. Windows color (decimal): -8965753 or 8860023. OLE color: 8860023.

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

Color convert

RGB 119 49 135 -
CMYK 0.12 0.64 0 0.47
HSL 288.84º 0.47% 0.36% -
HSV(B) 288.84º 0.64% 0.53% -
XYZ 13.08 7.87 23.75 -
YUV 79.73 159.19 156.01 -
System Red Green Blue C M Y K H S L
Decimal 119 49 135 0.12 0.64 0 0.47 288.84 0.47 0.36
Hex 77 31 87 C 40 0 2F 121 2F 24
Octal 167 61 207 14 100 0 57 441 57 44
Binary 1110111 110001 10000111 1100 1000000 0 101111 100100001 101111 100100

Color Harmonies of #773187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773187

Black with #773187

Text Example


Text Example

White with #773187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773187; }

 p { color: rgb(119,49,135); }

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

background-color css

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

 a { background-color: rgb(119,49,135); }

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

border-color css

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

 span { border-color: rgb(119,49,135); }

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