Html Css Color HEX #773885 Vivid Violet

📋 copy color: '#773885'

red 119 ◦ green 56 ◦ blue 133

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

Shades of Vivid Violet #773885

Tints of Vivid Violet #773885

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.18%

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

R = 38.64%
G = 18.18%
B = 43.18%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#773885 (or 0x773885) is known color: Vivid Violet. HEX triplet: 77, 38 and 85. RGB value is (119,56,133). Sum of RGB (Red+Green+Blue) = 119+56+133=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #773885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773885 is #88C77A. Grayscale: #535353. Windows color (decimal): -8963963 or 8730743. OLE color: 8730743.

HSL color Cylindrical-coordinate representation of color #773885: hue angle of 289.09º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773885 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 56 133 -
CMYK 0.11 0.58 0 0.48
HSL 289.09º 0.41% 0.37% -
HSV(B) 289.09º 0.58% 0.52% -
XYZ 13.26 8.44 23.12 -
YUV 83.62 155.87 153.24 -
System Red Green Blue C M Y K H S L
Decimal 119 56 133 0.11 0.58 0 0.48 289.09 0.41 0.37
Hex 77 38 85 B 3A 0 30 121 29 25
Octal 167 70 205 13 72 0 60 441 51 45
Binary 1110111 111000 10000101 1011 111010 0 110000 100100001 101001 100101

Color Harmonies of #773885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773885

Black with #773885

Text Example


Text Example

White with #773885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773885; }

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

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

background-color css

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

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

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

border-color css

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

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

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