Html Css Color HEX #744895 Studio

📋 copy color: '#744895'

red 116 ◦ green 72 ◦ blue 149

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

Shades of Studio #744895

Tints of Studio #744895

RGB

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

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

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

R = 34.42%
G = 21.36%
B = 44.21%

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

#744895 (or 0x744895) is known color: Studio. HEX triplet: 74, 48 and 95. RGB value is (116,72,149). Sum of RGB (Red+Green+Blue) = 116+72+149=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #744895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744895 is #8BB76A. Grayscale: #5D5D5D. Windows color (decimal): -9156459 or 9783412. OLE color: 9783412.

HSL color Cylindrical-coordinate representation of color #744895: hue angle of 274.29º 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 #744895 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 72 149 -
CMYK 0.22 0.52 0 0.42
HSL 274.29º 0.35% 0.43% -
HSV(B) 274.29º 0.52% 0.58% -
XYZ 14.94 10.52 29.68 -
YUV 93.93 159.08 143.74 -
System Red Green Blue C M Y K H S L
Decimal 116 72 149 0.22 0.52 0 0.42 274.29 0.35 0.43
Hex 74 48 95 16 34 0 2A 112 23 2B
Octal 164 110 225 26 64 0 52 422 43 53
Binary 1110100 1001000 10010101 10110 110100 0 101010 100010010 100011 101011

Color Harmonies of #744895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744895

Black with #744895

Text Example


Text Example

White with #744895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744895; }

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

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

background-color css

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

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

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

border-color css

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

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

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