Html Css Color HEX #774AAD Studio

📋 copy color: '#774AAD'

red 119 ◦ green 74 ◦ blue 173

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

Shades of Studio #774AAD

Tints of Studio #774AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.27%

R = 32.51%
G = 20.22%
B = 47.27%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#774AAD (or 0x774AAD) is known color: Studio. HEX triplet: 77, 4A and AD. RGB value is (119,74,173). Sum of RGB (Red+Green+Blue) = 119+74+173=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #774AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774AAD is #88B552. Grayscale: #626262. Windows color (decimal): -8959315 or 11356791. OLE color: 11356791.

HSL color Cylindrical-coordinate representation of color #774AAD: hue angle of 267.27º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #774AAD is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 74 173 -
CMYK 0.31 0.57 0 0.32
HSL 267.27º 0.4% 0.48% -
HSV(B) 267.27º 0.57% 0.68% -
XYZ 17.6 11.84 40.89 -
YUV 98.74 169.91 142.45 -
System Red Green Blue C M Y K H S L
Decimal 119 74 173 0.31 0.57 0 0.32 267.27 0.4 0.48
Hex 77 4A AD 1F 39 0 20 10B 28 30
Octal 167 112 255 37 71 0 40 413 50 60
Binary 1110111 1001010 10101101 11111 111001 0 100000 100001011 101000 110000

Color Harmonies of #774AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774AAD

Black with #774AAD

Text Example


Text Example

White with #774AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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