Html Css Color HEX #744899 Studio

📋 copy color: '#744899'

red 116 ◦ green 72 ◦ blue 153

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

Shades of Studio #744899

Tints of Studio #744899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.11%

 BLUE value IS 153 (60.16% from 255) = 44.87%

R = 34.02%
G = 21.11%
B = 44.87%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#744899 (or 0x744899) is known color: Studio. HEX triplet: 74, 48 and 99. RGB value is (116,72,153). Sum of RGB (Red+Green+Blue) = 116+72+153=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #744899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744899 is #8BB766. Grayscale: #5E5E5E. Windows color (decimal): -9156455 or 10045556. OLE color: 10045556.

HSL color Cylindrical-coordinate representation of color #744899: hue angle of 272.59º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #744899 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 72 153 -
CMYK 0.24 0.53 0 0.4
HSL 272.59º 0.36% 0.44% -
HSV(B) 272.59º 0.53% 0.6% -
XYZ 15.27 10.65 31.39 -
YUV 94.39 161.08 143.41 -
System Red Green Blue C M Y K H S L
Decimal 116 72 153 0.24 0.53 0 0.4 272.59 0.36 0.44
Hex 74 48 99 18 35 0 28 111 24 2C
Octal 164 110 231 30 65 0 50 421 44 54
Binary 1110100 1001000 10011001 11000 110101 0 101000 100010001 100100 101100

Color Harmonies of #744899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744899

Black with #744899

Text Example


Text Example

White with #744899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744899; }

 p { color: rgb(116,72,153); }

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

background-color css

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

 a { background-color: rgb(116,72,153); }

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

border-color css

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

 span { border-color: rgb(116,72,153); }

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