Html Css Color HEX #773085 Vivid Violet

📋 copy color: '#773085'

red 119 ◦ green 48 ◦ blue 133

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

Shades of Vivid Violet #773085

Tints of Vivid Violet #773085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16%

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

R = 39.67%
G = 16%
B = 44.33%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#773085 (or 0x773085) is known color: Vivid Violet. HEX triplet: 77, 30 and 85. RGB value is (119,48,133). Sum of RGB (Red+Green+Blue) = 119+48+133=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #773085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773085 is #88CF7A. Grayscale: #4E4E4E. Windows color (decimal): -8966011 or 8728695. OLE color: 8728695.

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

Color convert

RGB 119 48 133 -
CMYK 0.11 0.64 0 0.48
HSL 290.12º 0.47% 0.35% -
HSV(B) 290.12º 0.64% 0.52% -
XYZ 12.9 7.73 23 -
YUV 78.92 158.52 156.59 -
System Red Green Blue C M Y K H S L
Decimal 119 48 133 0.11 0.64 0 0.48 290.12 0.47 0.35
Hex 77 30 85 B 40 0 30 122 2F 23
Octal 167 60 205 13 100 0 60 442 57 43
Binary 1110111 110000 10000101 1011 1000000 0 110000 100100010 101111 100011

Color Harmonies of #773085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773085

Black with #773085

Text Example


Text Example

White with #773085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773085; }

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

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

background-color css

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

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

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

border-color css

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

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

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