Html Css Color HEX #773F85 Vivid Violet

📋 copy color: '#773F85'

red 119 ◦ green 63 ◦ blue 133

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

Shades of Vivid Violet #773F85

Tints of Vivid Violet #773F85

RGB

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

 GREEN value IS 63 (25% from 255) = 20%

 BLUE value IS 133 (52.34% from 255) = 42.22%

R = 37.78%
G = 20%
B = 42.22%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#773F85 (or 0x773F85) is known color: Vivid Violet. HEX triplet: 77, 3F and 85. RGB value is (119,63,133). Sum of RGB (Red+Green+Blue) = 119+63+133=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #773F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773F85 is #88C07A. Grayscale: #575757. Windows color (decimal): -8962171 or 8732535. OLE color: 8732535.

HSL color Cylindrical-coordinate representation of color #773F85: hue angle of 288º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #773F85 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 63 133 -
CMYK 0.11 0.53 0 0.48
HSL 288º 0.36% 0.38% -
HSV(B) 288º 0.53% 0.52% -
XYZ 13.62 9.17 23.24 -
YUV 87.72 153.55 150.31 -
System Red Green Blue C M Y K H S L
Decimal 119 63 133 0.11 0.53 0 0.48 288 0.36 0.38
Hex 77 3F 85 B 35 0 30 120 24 26
Octal 167 77 205 13 65 0 60 440 44 46
Binary 1110111 111111 10000101 1011 110101 0 110000 100100000 100100 100110

Color Harmonies of #773F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F85

Black with #773F85

Text Example


Text Example

White with #773F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773F85; }

 p { color: rgb(119,63,133); }

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

background-color css

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

 a { background-color: rgb(119,63,133); }

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

border-color css

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

 span { border-color: rgb(119,63,133); }

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