Html Css Color HEX #774695 Studio

📋 copy color: '#774695'

red 119 ◦ green 70 ◦ blue 149

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

Shades of Studio #774695

Tints of Studio #774695

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.71%

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 35.21%
G = 20.71%
B = 44.08%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#774695 (or 0x774695) is known color: Studio. HEX triplet: 77, 46 and 95. RGB value is (119,70,149). Sum of RGB (Red+Green+Blue) = 119+70+149=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #774695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774695 is #88B96A. Grayscale: #5D5D5D. Windows color (decimal): -8960363 or 9782903. OLE color: 9782903.

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

Color convert

RGB 119 70 149 -
CMYK 0.20 0.53 0 0.42
HSL 277.22º 0.36% 0.43% -
HSV(B) 277.22º 0.53% 0.58% -
XYZ 15.22 10.47 29.65 -
YUV 93.66 159.23 146.08 -
System Red Green Blue C M Y K H S L
Decimal 119 70 149 0.20 0.53 0 0.42 277.22 0.36 0.43
Hex 77 46 95 14 35 0 2A 115 24 2B
Octal 167 106 225 24 65 0 52 425 44 53
Binary 1110111 1000110 10010101 10100 110101 0 101010 100010101 100100 101011

Color Harmonies of #774695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774695

Black with #774695

Text Example


Text Example

White with #774695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774695; }

 p { color: rgb(119,70,149); }

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

background-color css

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

 a { background-color: rgb(119,70,149); }

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

border-color css

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

 span { border-color: rgb(119,70,149); }

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