Html Css Color HEX #744B93 Studio

📋 copy color: '#744B93'

red 116 ◦ green 75 ◦ blue 147

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

Shades of Studio #744B93

Tints of Studio #744B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.49%

R = 34.32%
G = 22.19%
B = 43.49%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#744B93 (or 0x744B93) is known color: Studio. HEX triplet: 74, 4B and 93. RGB value is (116,75,147). Sum of RGB (Red+Green+Blue) = 116+75+147=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #744B93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744B93 is #8BB46C. Grayscale: #5F5F5F. Windows color (decimal): -9155693 or 9653108. OLE color: 9653108.

HSL color Cylindrical-coordinate representation of color #744B93: hue angle of 274.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #744B93 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 75 147 -
CMYK 0.21 0.49 0 0.42
HSL 274.17º 0.32% 0.44% -
HSV(B) 274.17º 0.49% 0.58% -
XYZ 14.99 10.85 28.91 -
YUV 95.47 157.08 142.65 -
System Red Green Blue C M Y K H S L
Decimal 116 75 147 0.21 0.49 0 0.42 274.17 0.32 0.44
Hex 74 4B 93 15 31 0 2A 112 20 2C
Octal 164 113 223 25 61 0 52 422 40 54
Binary 1110100 1001011 10010011 10101 110001 0 101010 100010010 100000 101100

Color Harmonies of #744B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744B93

Black with #744B93

Text Example


Text Example

White with #744B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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