Html Css Color HEX #744896 Studio

📋 copy color: '#744896'

red 116 ◦ green 72 ◦ blue 150

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

Shades of Studio #744896

Tints of Studio #744896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.38%

R = 34.32%
G = 21.3%
B = 44.38%

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

#744896 (or 0x744896) is known color: Studio. HEX triplet: 74, 48 and 96. RGB value is (116,72,150). Sum of RGB (Red+Green+Blue) = 116+72+150=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #744896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744896 is #8BB769. Grayscale: #5D5D5D. Windows color (decimal): -9156458 or 9848948. OLE color: 9848948.

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

Color convert

RGB 116 72 150 -
CMYK 0.23 0.52 0 0.41
HSL 273.85º 0.35% 0.44% -
HSV(B) 273.85º 0.52% 0.59% -
XYZ 15.02 10.55 30.1 -
YUV 94.05 159.58 143.66 -
System Red Green Blue C M Y K H S L
Decimal 116 72 150 0.23 0.52 0 0.41 273.85 0.35 0.44
Hex 74 48 96 17 34 0 29 112 23 2C
Octal 164 110 226 27 64 0 51 422 43 54
Binary 1110100 1001000 10010110 10111 110100 0 101001 100010010 100011 101100

Color Harmonies of #744896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744896

Black with #744896

Text Example


Text Example

White with #744896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744896; }

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

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

background-color css

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

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

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

border-color css

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

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

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