Html Css Color HEX #744996 Studio

📋 copy color: '#744996'

red 116 ◦ green 73 ◦ blue 150

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

Shades of Studio #744996

Tints of Studio #744996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.25%

R = 34.22%
G = 21.53%
B = 44.25%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#744996 (or 0x744996) is known color: Studio. HEX triplet: 74, 49 and 96. RGB value is (116,73,150). Sum of RGB (Red+Green+Blue) = 116+73+150=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #744996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744996 is #8BB669. Grayscale: #5E5E5E. Windows color (decimal): -9156202 or 9849204. OLE color: 9849204.

HSL color Cylindrical-coordinate representation of color #744996: hue angle of 273.51º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #744996 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 73 150 -
CMYK 0.23 0.51 0 0.41
HSL 273.51º 0.35% 0.44% -
HSV(B) 273.51º 0.51% 0.59% -
XYZ 15.09 10.68 30.12 -
YUV 94.64 159.25 143.24 -
System Red Green Blue C M Y K H S L
Decimal 116 73 150 0.23 0.51 0 0.41 273.51 0.35 0.44
Hex 74 49 96 17 33 0 29 112 23 2C
Octal 164 111 226 27 63 0 51 422 43 54
Binary 1110100 1001001 10010110 10111 110011 0 101001 100010010 100011 101100

Color Harmonies of #744996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744996

Black with #744996

Text Example


Text Example

White with #744996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744996; }

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

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

background-color css

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

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

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

border-color css

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

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

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