Html Css Color HEX #744AAB Studio

📋 copy color: '#744AAB'

red 116 ◦ green 74 ◦ blue 171

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

Shades of Studio #744AAB

Tints of Studio #744AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.37%

R = 32.13%
G = 20.5%
B = 47.37%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#744AAB (or 0x744AAB) is known color: Studio. HEX triplet: 74, 4A and AB. RGB value is (116,74,171). Sum of RGB (Red+Green+Blue) = 116+74+171=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #744AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744AAB is #8BB554. Grayscale: #616161. Windows color (decimal): -9155925 or 11225716. OLE color: 11225716.

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

Color convert

RGB 116 74 171 -
CMYK 0.32 0.57 0 0.33
HSL 265.98º 0.4% 0.48% -
HSV(B) 265.98º 0.57% 0.67% -
XYZ 17 11.55 39.86 -
YUV 97.62 169.41 141.11 -
System Red Green Blue C M Y K H S L
Decimal 116 74 171 0.32 0.57 0 0.33 265.98 0.4 0.48
Hex 74 4A AB 20 39 0 21 10A 28 30
Octal 164 112 253 40 71 0 41 412 50 60
Binary 1110100 1001010 10101011 100000 111001 0 100001 100001010 101000 110000

Color Harmonies of #744AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744AAB

Black with #744AAB

Text Example


Text Example

White with #744AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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