Html Css Color HEX #744A94 Studio

📋 copy color: '#744A94'

red 116 ◦ green 74 ◦ blue 148

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

Shades of Studio #744A94

Tints of Studio #744A94

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.89%

 BLUE value IS 148 (58.2% from 255) = 43.79%

R = 34.32%
G = 21.89%
B = 43.79%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#744A94 (or 0x744A94) is known color: Studio. HEX triplet: 74, 4A and 94. RGB value is (116,74,148). Sum of RGB (Red+Green+Blue) = 116+74+148=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #744A94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744A94 is #8BB56B. Grayscale: #5E5E5E. Windows color (decimal): -9155948 or 9718388. OLE color: 9718388.

HSL color Cylindrical-coordinate representation of color #744A94: hue angle of 274.05º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #744A94 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 74 148 -
CMYK 0.22 0.50 0 0.42
HSL 274.05º 0.33% 0.44% -
HSV(B) 274.05º 0.5% 0.58% -
XYZ 15 10.75 29.3 -
YUV 94.99 157.91 142.98 -
System Red Green Blue C M Y K H S L
Decimal 116 74 148 0.22 0.50 0 0.42 274.05 0.33 0.44
Hex 74 4A 94 16 32 0 2A 112 21 2C
Octal 164 112 224 26 62 0 52 422 41 54
Binary 1110100 1001010 10010100 10110 110010 0 101010 100010010 100001 101100

Color Harmonies of #744A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744A94

Black with #744A94

Text Example


Text Example

White with #744A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,74,148); }

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

background-color css

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

 a { background-color: rgb(116,74,148); }

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

border-color css

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

 span { border-color: rgb(116,74,148); }

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