Html Css Color HEX #744997 Studio

📋 copy color: '#744997'

red 116 ◦ green 73 ◦ blue 151

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

Shades of Studio #744997

Tints of Studio #744997

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.47%

 BLUE value IS 151 (59.38% from 255) = 44.41%

R = 34.12%
G = 21.47%
B = 44.41%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#744997 (or 0x744997) is known color: Studio. HEX triplet: 74, 49 and 97. RGB value is (116,73,151). Sum of RGB (Red+Green+Blue) = 116+73+151=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 151 (59.38% from 255 or 44.41% from 340); Max value from RGB is 151 - color contains mainly: blue. Hex color #744997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744997 is #8BB668. Grayscale: #5E5E5E. Windows color (decimal): -9156201 or 9914740. OLE color: 9914740.

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

Color convert

RGB 116 73 151 -
CMYK 0.23 0.52 0 0.41
HSL 273.08º 0.35% 0.44% -
HSV(B) 273.08º 0.52% 0.59% -
XYZ 15.17 10.71 30.55 -
YUV 94.75 159.75 143.16 -
System Red Green Blue C M Y K H S L
Decimal 116 73 151 0.23 0.52 0 0.41 273.08 0.35 0.44
Hex 74 49 97 17 34 0 29 111 23 2C
Octal 164 111 227 27 64 0 51 421 43 54
Binary 1110100 1001001 10010111 10111 110100 0 101001 100010001 100011 101100

Color Harmonies of #744997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744997

Black with #744997

Text Example


Text Example

White with #744997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744997; }

 p { color: rgb(116,73,151); }

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

background-color css

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

 a { background-color: rgb(116,73,151); }

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

border-color css

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

 span { border-color: rgb(116,73,151); }

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