Html Css Color HEX #744BAC Studio

📋 copy color: '#744BAC'

red 116 ◦ green 75 ◦ blue 172

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

Shades of Studio #744BAC

Tints of Studio #744BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.66%

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

R = 31.96%
G = 20.66%
B = 47.38%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#744BAC (or 0x744BAC) is known color: Studio. HEX triplet: 74, 4B and AC. RGB value is (116,75,172). Sum of RGB (Red+Green+Blue) = 116+75+172=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #744BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744BAC is #8BB453. Grayscale: #616161. Windows color (decimal): -9155668 or 11291508. OLE color: 11291508.

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

Color convert

RGB 116 75 172 -
CMYK 0.33 0.56 0 0.33
HSL 265.36º 0.39% 0.48% -
HSV(B) 265.36º 0.56% 0.67% -
XYZ 17.16 11.72 40.39 -
YUV 98.32 169.58 140.61 -
System Red Green Blue C M Y K H S L
Decimal 116 75 172 0.33 0.56 0 0.33 265.36 0.39 0.48
Hex 74 4B AC 21 38 0 21 109 27 30
Octal 164 113 254 41 70 0 41 411 47 60
Binary 1110100 1001011 10101100 100001 111000 0 100001 100001001 100111 110000

Color Harmonies of #744BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744BAC

Black with #744BAC

Text Example


Text Example

White with #744BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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