Html Css Color HEX #744A95 Studio

📋 copy color: '#744A95'

red 116 ◦ green 74 ◦ blue 149

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

Shades of Studio #744A95

Tints of Studio #744A95

RGB

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

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

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

R = 34.22%
G = 21.83%
B = 43.95%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#744A95 (or 0x744A95) is known color: Studio. HEX triplet: 74, 4A and 95. RGB value is (116,74,149). Sum of RGB (Red+Green+Blue) = 116+74+149=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #744A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744A95 is #8BB56A. Grayscale: #5E5E5E. Windows color (decimal): -9155947 or 9783924. OLE color: 9783924.

HSL color Cylindrical-coordinate representation of color #744A95: hue angle of 273.6º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #744A95 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 74 149 -
CMYK 0.22 0.50 0 0.42
HSL 273.6º 0.34% 0.44% -
HSV(B) 273.6º 0.5% 0.58% -
XYZ 15.08 10.78 29.72 -
YUV 95.11 158.41 142.9 -
System Red Green Blue C M Y K H S L
Decimal 116 74 149 0.22 0.50 0 0.42 273.6 0.34 0.44
Hex 74 4A 95 16 32 0 2A 112 22 2C
Octal 164 112 225 26 62 0 52 422 42 54
Binary 1110100 1001010 10010101 10110 110010 0 101010 100010010 100010 101100

Color Harmonies of #744A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744A95

Black with #744A95

Text Example


Text Example

White with #744A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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