Html Css Color HEX #744794 Studio

📋 copy color: '#744794'

red 116 ◦ green 71 ◦ blue 148

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

Shades of Studio #744794

Tints of Studio #744794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.18%

R = 34.63%
G = 21.19%
B = 44.18%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#744794 (or 0x744794) is known color: Studio. HEX triplet: 74, 47 and 94. RGB value is (116,71,148). Sum of RGB (Red+Green+Blue) = 116+71+148=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #744794 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744794 is #8BB86B. Grayscale: #5C5C5C. Windows color (decimal): -9156716 or 9717620. OLE color: 9717620.

HSL color Cylindrical-coordinate representation of color #744794: hue angle of 275.06º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #744794 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 71 148 -
CMYK 0.22 0.52 0 0.42
HSL 275.06º 0.35% 0.43% -
HSV(B) 275.06º 0.52% 0.58% -
XYZ 14.8 10.36 29.24 -
YUV 93.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 116 71 148 0.22 0.52 0 0.42 275.06 0.35 0.43
Hex 74 47 94 16 34 0 2A 113 23 2B
Octal 164 107 224 26 64 0 52 423 43 53
Binary 1110100 1000111 10010100 10110 110100 0 101010 100010011 100011 101011

Color Harmonies of #744794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744794

Black with #744794

Text Example


Text Example

White with #744794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744794; }

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

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

background-color css

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

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

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

border-color css

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

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

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