Html Css Color HEX #744A96 Studio

📋 copy color: '#744A96'

red 116 ◦ green 74 ◦ blue 150

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

Shades of Studio #744A96

Tints of Studio #744A96

RGB

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

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

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

R = 34.12%
G = 21.76%
B = 44.12%

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

#744A96 (or 0x744A96) is known color: Studio. HEX triplet: 74, 4A and 96. RGB value is (116,74,150). Sum of RGB (Red+Green+Blue) = 116+74+150=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #744A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744A96 is #8BB569. Grayscale: #5E5E5E. Windows color (decimal): -9155946 or 9849460. OLE color: 9849460.

HSL color Cylindrical-coordinate representation of color #744A96: hue angle of 273.16º degrees, saturation: 0.34, 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 #744A96 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 74 150 -
CMYK 0.23 0.51 0 0.41
HSL 273.16º 0.34% 0.44% -
HSV(B) 273.16º 0.51% 0.59% -
XYZ 15.16 10.81 30.14 -
YUV 95.22 158.91 142.82 -
System Red Green Blue C M Y K H S L
Decimal 116 74 150 0.23 0.51 0 0.41 273.16 0.34 0.44
Hex 74 4A 96 17 33 0 29 111 22 2C
Octal 164 112 226 27 63 0 51 421 42 54
Binary 1110100 1001010 10010110 10111 110011 0 101001 100010001 100010 101100

Color Harmonies of #744A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744A96

Black with #744A96

Text Example


Text Example

White with #744A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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