Html Css Color HEX #775394 Studio

📋 copy color: '#775394'

red 119 ◦ green 83 ◦ blue 148

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

Shades of Studio #775394

Tints of Studio #775394

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.71%

 BLUE value IS 148 (58.2% from 255) = 42.29%

R = 34%
G = 23.71%
B = 42.29%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#775394 (or 0x775394) is known color: Studio. HEX triplet: 77, 53 and 94. RGB value is (119,83,148). Sum of RGB (Red+Green+Blue) = 119+83+148=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #775394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775394 is #88AC6B. Grayscale: #646464. Windows color (decimal): -8957036 or 9720695. OLE color: 9720695.

HSL color Cylindrical-coordinate representation of color #775394: hue angle of 273.23º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #775394 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 83 148 -
CMYK 0.20 0.44 0 0.42
HSL 273.23º 0.28% 0.45% -
HSV(B) 273.23º 0.44% 0.58% -
XYZ 16.05 12.25 29.54 -
YUV 101.17 154.43 140.71 -
System Red Green Blue C M Y K H S L
Decimal 119 83 148 0.20 0.44 0 0.42 273.23 0.28 0.45
Hex 77 53 94 14 2C 0 2A 111 1C 2D
Octal 167 123 224 24 54 0 52 421 34 55
Binary 1110111 1010011 10010100 10100 101100 0 101010 100010001 11100 101101

Color Harmonies of #775394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775394

Black with #775394

Text Example


Text Example

White with #775394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775394; }

 p { color: rgb(119,83,148); }

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

background-color css

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

 a { background-color: rgb(119,83,148); }

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

border-color css

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

 span { border-color: rgb(119,83,148); }

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