Html Css Color HEX #744C96 Studio

📋 copy color: '#744C96'

red 116 ◦ green 76 ◦ blue 150

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

Shades of Studio #744C96

Tints of Studio #744C96

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.22%

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

R = 33.92%
G = 22.22%
B = 43.86%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#744C96 (or 0x744C96) is known color: Studio. HEX triplet: 74, 4C and 96. RGB value is (116,76,150). Sum of RGB (Red+Green+Blue) = 116+76+150=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #744C96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744C96 is #8BB369. Grayscale: #606060. Windows color (decimal): -9155434 or 9849972. OLE color: 9849972.

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

Color convert

RGB 116 76 150 -
CMYK 0.23 0.49 0 0.41
HSL 272.43º 0.33% 0.44% -
HSV(B) 272.43º 0.49% 0.59% -
XYZ 15.29 11.08 30.19 -
YUV 96.4 158.25 141.98 -
System Red Green Blue C M Y K H S L
Decimal 116 76 150 0.23 0.49 0 0.41 272.43 0.33 0.44
Hex 74 4C 96 17 31 0 29 110 21 2C
Octal 164 114 226 27 61 0 51 420 41 54
Binary 1110100 1001100 10010110 10111 110001 0 101001 100010000 100001 101100

Color Harmonies of #744C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744C96

Black with #744C96

Text Example


Text Example

White with #744C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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