Html Css Color HEX #744994 Studio

📋 copy color: '#744994'

red 116 ◦ green 73 ◦ blue 148

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

Shades of Studio #744994

Tints of Studio #744994

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.66%

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

R = 34.42%
G = 21.66%
B = 43.92%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#744994 (or 0x744994) is known color: Studio. HEX triplet: 74, 49 and 94. RGB value is (116,73,148). Sum of RGB (Red+Green+Blue) = 116+73+148=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #744994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744994 is #8BB66B. Grayscale: #5E5E5E. Windows color (decimal): -9156204 or 9718132. OLE color: 9718132.

HSL color Cylindrical-coordinate representation of color #744994: hue angle of 274.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #744994 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 73 148 -
CMYK 0.22 0.51 0 0.42
HSL 274.4º 0.34% 0.43% -
HSV(B) 274.4º 0.51% 0.58% -
XYZ 14.93 10.62 29.28 -
YUV 94.41 158.25 143.4 -
System Red Green Blue C M Y K H S L
Decimal 116 73 148 0.22 0.51 0 0.42 274.4 0.34 0.43
Hex 74 49 94 16 33 0 2A 112 22 2B
Octal 164 111 224 26 63 0 52 422 42 53
Binary 1110100 1001001 10010100 10110 110011 0 101010 100010010 100010 101011

Color Harmonies of #744994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744994

Black with #744994

Text Example


Text Example

White with #744994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744994; }

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

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

background-color css

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

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

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

border-color css

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

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

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