Html Css Color HEX #744BAF Studio

📋 copy color: '#744BAF'

red 116 ◦ green 75 ◦ blue 175

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

Shades of Studio #744BAF

Tints of Studio #744BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.81%

R = 31.69%
G = 20.49%
B = 47.81%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#744BAF (or 0x744BAF) is known color: Studio. HEX triplet: 74, 4B and AF. RGB value is (116,75,175). Sum of RGB (Red+Green+Blue) = 116+75+175=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #744BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744BAF is #8BB450. Grayscale: #626262. Windows color (decimal): -9155665 or 11488116. OLE color: 11488116.

HSL color Cylindrical-coordinate representation of color #744BAF: hue angle of 264.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #744BAF is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 75 175 -
CMYK 0.34 0.57 0 0.31
HSL 264.6º 0.4% 0.49% -
HSV(B) 264.6º 0.57% 0.69% -
XYZ 17.46 11.84 41.92 -
YUV 98.66 171.08 140.37 -
System Red Green Blue C M Y K H S L
Decimal 116 75 175 0.34 0.57 0 0.31 264.6 0.4 0.49
Hex 74 4B AF 22 39 0 1F 109 28 31
Octal 164 113 257 42 71 0 37 411 50 61
Binary 1110100 1001011 10101111 100010 111001 0 11111 100001001 101000 110001

Color Harmonies of #744BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744BAF

Black with #744BAF

Text Example


Text Example

White with #744BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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