Html Css Color HEX #744AAD Studio

📋 copy color: '#744AAD'

red 116 ◦ green 74 ◦ blue 173

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

Shades of Studio #744AAD

Tints of Studio #744AAD

RGB

 RED value IS 116 (45.7% from 255) = 31.96%

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

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

R = 31.96%
G = 20.39%
B = 47.66%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#744AAD (or 0x744AAD) is known color: Studio. HEX triplet: 74, 4A and AD. RGB value is (116,74,173). Sum of RGB (Red+Green+Blue) = 116+74+173=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #744AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744AAD is #8BB552. Grayscale: #616161. Windows color (decimal): -9155923 or 11356788. OLE color: 11356788.

HSL color Cylindrical-coordinate representation of color #744AAD: hue angle of 265.45º 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 #744AAD is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 74 173 -
CMYK 0.33 0.57 0 0.32
HSL 265.45º 0.4% 0.48% -
HSV(B) 265.45º 0.57% 0.68% -
XYZ 17.19 11.63 40.87 -
YUV 97.84 170.41 140.95 -
System Red Green Blue C M Y K H S L
Decimal 116 74 173 0.33 0.57 0 0.32 265.45 0.4 0.48
Hex 74 4A AD 21 39 0 20 109 28 30
Octal 164 112 255 41 71 0 40 411 50 60
Binary 1110100 1001010 10101101 100001 111001 0 100000 100001001 101000 110000

Color Harmonies of #744AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744AAD

Black with #744AAD

Text Example


Text Example

White with #744AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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