Html Css Color HEX #7049AC Studio

📋 copy color: '#7049AC'

red 112 ◦ green 73 ◦ blue 172

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

Shades of Studio #7049AC

Tints of Studio #7049AC

RGB

 RED value IS 112 (44.14% from 255) = 31.37%

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

 BLUE value IS 172 (67.58% from 255) = 48.18%

R = 31.37%
G = 20.45%
B = 48.18%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7049AC (or 0x7049AC) is known color: Studio. HEX triplet: 70, 49 and AC. RGB value is (112,73,172). Sum of RGB (Red+Green+Blue) = 112+73+172=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #7049AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7049AC is #8FB653. Grayscale: #5F5F5F. Windows color (decimal): -9418324 or 11290992. OLE color: 11290992.

HSL color Cylindrical-coordinate representation of color #7049AC: hue angle of 263.64º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7049AC is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 73 172 -
CMYK 0.35 0.58 0 0.33
HSL 263.64º 0.4% 0.48% -
HSV(B) 263.64º 0.58% 0.67% -
XYZ 16.51 11.19 40.32 -
YUV 95.95 170.92 139.45 -
System Red Green Blue C M Y K H S L
Decimal 112 73 172 0.35 0.58 0 0.33 263.64 0.4 0.48
Hex 70 49 AC 23 3A 0 21 108 28 30
Octal 160 111 254 43 72 0 41 410 50 60
Binary 1110000 1001001 10101100 100011 111010 0 100001 100001000 101000 110000

Color Harmonies of #7049AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7049AC

Black with #7049AC

Text Example


Text Example

White with #7049AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7049AC; }

 p { color: rgb(112,73,172); }

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

background-color css

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

 a { background-color: rgb(112,73,172); }

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

border-color css

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

 span { border-color: rgb(112,73,172); }

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