Html Css Color HEX #774A9B Studio

📋 copy color: '#774A9B'

red 119 ◦ green 74 ◦ blue 155

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

Shades of Studio #774A9B

Tints of Studio #774A9B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.26%

 BLUE value IS 155 (60.94% from 255) = 44.54%

R = 34.2%
G = 21.26%
B = 44.54%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#774A9B (or 0x774A9B) is known color: Studio. HEX triplet: 77, 4A and 9B. RGB value is (119,74,155). Sum of RGB (Red+Green+Blue) = 119+74+155=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #774A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774A9B is #88B564. Grayscale: #606060. Windows color (decimal): -8959333 or 10177143. OLE color: 10177143.

HSL color Cylindrical-coordinate representation of color #774A9B: hue angle of 273.33º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #774A9B is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 74 155 -
CMYK 0.23 0.52 0 0.39
HSL 273.33º 0.35% 0.45% -
HSV(B) 273.33º 0.52% 0.61% -
XYZ 15.97 11.19 32.33 -
YUV 96.69 160.91 143.91 -
System Red Green Blue C M Y K H S L
Decimal 119 74 155 0.23 0.52 0 0.39 273.33 0.35 0.45
Hex 77 4A 9B 17 34 0 27 111 23 2D
Octal 167 112 233 27 64 0 47 421 43 55
Binary 1110111 1001010 10011011 10111 110100 0 100111 100010001 100011 101101

Color Harmonies of #774A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A9B

Black with #774A9B

Text Example


Text Example

White with #774A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774A9B; }

 p { color: rgb(119,74,155); }

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

background-color css

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

 a { background-color: rgb(119,74,155); }

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

border-color css

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

 span { border-color: rgb(119,74,155); }

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