Html Css Color HEX #744DAC Studio

📋 copy color: '#744DAC'

red 116 ◦ green 77 ◦ blue 172

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

Shades of Studio #744DAC

Tints of Studio #744DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.12%

R = 31.78%
G = 21.1%
B = 47.12%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#744DAC (or 0x744DAC) is known color: Studio. HEX triplet: 74, 4D and AC. RGB value is (116,77,172). Sum of RGB (Red+Green+Blue) = 116+77+172=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #744DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744DAC is #8BB253. Grayscale: #636363. Windows color (decimal): -9155156 or 11292020. OLE color: 11292020.

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

Color convert

RGB 116 77 172 -
CMYK 0.33 0.55 0 0.33
HSL 264.63º 0.38% 0.49% -
HSV(B) 264.63º 0.55% 0.67% -
XYZ 17.3 12 40.43 -
YUV 99.49 168.92 139.78 -
System Red Green Blue C M Y K H S L
Decimal 116 77 172 0.33 0.55 0 0.33 264.63 0.38 0.49
Hex 74 4D AC 21 37 0 21 109 26 31
Octal 164 115 254 41 67 0 41 411 46 61
Binary 1110100 1001101 10101100 100001 110111 0 100001 100001001 100110 110001

Color Harmonies of #744DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744DAC

Black with #744DAC

Text Example


Text Example

White with #744DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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