Html Css Color HEX #744796 Studio

📋 copy color: '#744796'

red 116 ◦ green 71 ◦ blue 150

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

Shades of Studio #744796

Tints of Studio #744796

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.07%

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

R = 34.42%
G = 21.07%
B = 44.51%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#744796 (or 0x744796) is known color: Studio. HEX triplet: 74, 47 and 96. RGB value is (116,71,150). Sum of RGB (Red+Green+Blue) = 116+71+150=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #744796 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744796 is #8BB869. Grayscale: #5D5D5D. Windows color (decimal): -9156714 or 9848692. OLE color: 9848692.

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

Color convert

RGB 116 71 150 -
CMYK 0.23 0.53 0 0.41
HSL 274.18º 0.36% 0.43% -
HSV(B) 274.18º 0.53% 0.59% -
XYZ 14.96 10.42 30.08 -
YUV 93.46 159.91 144.08 -
System Red Green Blue C M Y K H S L
Decimal 116 71 150 0.23 0.53 0 0.41 274.18 0.36 0.43
Hex 74 47 96 17 35 0 29 112 24 2B
Octal 164 107 226 27 65 0 51 422 44 53
Binary 1110100 1000111 10010110 10111 110101 0 101001 100010010 100100 101011

Color Harmonies of #744796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744796

Black with #744796

Text Example


Text Example

White with #744796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744796; }

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

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

background-color css

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

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

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

border-color css

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

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

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