Html Css Color HEX #744DAB Studio

📋 copy color: '#744DAB'

red 116 ◦ green 77 ◦ blue 171

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

Shades of Studio #744DAB

Tints of Studio #744DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.15%

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

R = 31.87%
G = 21.15%
B = 46.98%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#744DAB (or 0x744DAB) is known color: Studio. HEX triplet: 74, 4D and AB. RGB value is (116,77,171). Sum of RGB (Red+Green+Blue) = 116+77+171=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #744DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744DAB is #8BB254. Grayscale: #636363. Windows color (decimal): -9155157 or 11226484. OLE color: 11226484.

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

Color convert

RGB 116 77 171 -
CMYK 0.32 0.55 0 0.33
HSL 264.89º 0.38% 0.49% -
HSV(B) 264.89º 0.55% 0.67% -
XYZ 17.21 11.96 39.93 -
YUV 99.38 168.42 139.86 -
System Red Green Blue C M Y K H S L
Decimal 116 77 171 0.32 0.55 0 0.33 264.89 0.38 0.49
Hex 74 4D AB 20 37 0 21 109 26 31
Octal 164 115 253 40 67 0 41 411 46 61
Binary 1110100 1001101 10101011 100000 110111 0 100001 100001001 100110 110001

Color Harmonies of #744DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744DAB

Black with #744DAB

Text Example


Text Example

White with #744DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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