Html Css Color HEX #744C95 Studio

📋 copy color: '#744C95'

red 116 ◦ green 76 ◦ blue 149

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

Shades of Studio #744C95

Tints of Studio #744C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.7%

R = 34.02%
G = 22.29%
B = 43.7%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#744C95 (or 0x744C95) is known color: Studio. HEX triplet: 74, 4C and 95. RGB value is (116,76,149). Sum of RGB (Red+Green+Blue) = 116+76+149=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #744C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744C95 is #8BB36A. Grayscale: #606060. Windows color (decimal): -9155435 or 9784436. OLE color: 9784436.

HSL color Cylindrical-coordinate representation of color #744C95: hue angle of 272.88º 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 #744C95 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 76 149 -
CMYK 0.22 0.49 0 0.42
HSL 272.88º 0.32% 0.44% -
HSV(B) 272.88º 0.49% 0.58% -
XYZ 15.21 11.05 29.77 -
YUV 96.28 157.75 142.06 -
System Red Green Blue C M Y K H S L
Decimal 116 76 149 0.22 0.49 0 0.42 272.88 0.32 0.44
Hex 74 4C 95 16 31 0 2A 111 20 2C
Octal 164 114 225 26 61 0 52 421 40 54
Binary 1110100 1001100 10010101 10110 110001 0 101010 100010001 100000 101100

Color Harmonies of #744C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744C95

Black with #744C95

Text Example


Text Example

White with #744C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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