Html Css Color HEX #774197 Studio

📋 copy color: '#774197'

red 119 ◦ green 65 ◦ blue 151

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

Shades of Studio #774197

Tints of Studio #774197

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.4%

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

R = 35.52%
G = 19.4%
B = 45.07%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#774197 (or 0x774197) is known color: Studio. HEX triplet: 77, 41 and 97. RGB value is (119,65,151). Sum of RGB (Red+Green+Blue) = 119+65+151=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #774197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774197 is #88BE68. Grayscale: #5A5A5A. Windows color (decimal): -8961641 or 9912695. OLE color: 9912695.

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

Color convert

RGB 119 65 151 -
CMYK 0.21 0.57 0 0.41
HSL 277.67º 0.4% 0.42% -
HSV(B) 277.67º 0.57% 0.59% -
XYZ 15.08 9.94 30.4 -
YUV 90.95 161.89 148.01 -
System Red Green Blue C M Y K H S L
Decimal 119 65 151 0.21 0.57 0 0.41 277.67 0.4 0.42
Hex 77 41 97 15 39 0 29 116 28 2A
Octal 167 101 227 25 71 0 51 426 50 52
Binary 1110111 1000001 10010111 10101 111001 0 101001 100010110 101000 101010

Color Harmonies of #774197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774197

Black with #774197

Text Example


Text Example

White with #774197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774197; }

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

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

background-color css

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

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

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

border-color css

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

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

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