Html Css Color HEX #774897 Studio

📋 copy color: '#774897'

red 119 ◦ green 72 ◦ blue 151

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

Shades of Studio #774897

Tints of Studio #774897

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.05%

 BLUE value IS 151 (59.38% from 255) = 44.15%

R = 34.8%
G = 21.05%
B = 44.15%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#774897 (or 0x774897) is known color: Studio. HEX triplet: 77, 48 and 97. RGB value is (119,72,151). Sum of RGB (Red+Green+Blue) = 119+72+151=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 151 - color contains mainly: blue. Hex color #774897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774897 is #88B768. Grayscale: #5E5E5E. Windows color (decimal): -8959849 or 9914487. OLE color: 9914487.

HSL color Cylindrical-coordinate representation of color #774897: hue angle of 275.7º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #774897 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 72 151 -
CMYK 0.21 0.52 0 0.41
HSL 275.7º 0.35% 0.44% -
HSV(B) 275.7º 0.52% 0.59% -
XYZ 15.51 10.79 30.54 -
YUV 95.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 119 72 151 0.21 0.52 0 0.41 275.7 0.35 0.44
Hex 77 48 97 15 34 0 29 114 23 2C
Octal 167 110 227 25 64 0 51 424 43 54
Binary 1110111 1001000 10010111 10101 110100 0 101001 100010100 100011 101100

Color Harmonies of #774897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774897

Black with #774897

Text Example


Text Example

White with #774897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774897; }

 p { color: rgb(119,72,151); }

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

background-color css

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

 a { background-color: rgb(119,72,151); }

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

border-color css

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

 span { border-color: rgb(119,72,151); }

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