Html Css Color HEX #7049AE Studio

📋 copy color: '#7049AE'

red 112 ◦ green 73 ◦ blue 174

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

Shades of Studio #7049AE

Tints of Studio #7049AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.47%

R = 31.2%
G = 20.33%
B = 48.47%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7049AE (or 0x7049AE) is known color: Studio. HEX triplet: 70, 49 and AE. RGB value is (112,73,174). Sum of RGB (Red+Green+Blue) = 112+73+174=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #7049AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7049AE is #8FB651. Grayscale: #5F5F5F. Windows color (decimal): -9418322 or 11422064. OLE color: 11422064.

HSL color Cylindrical-coordinate representation of color #7049AE: hue angle of 263.17º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7049AE is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 73 174 -
CMYK 0.36 0.58 0 0.32
HSL 263.17º 0.41% 0.48% -
HSV(B) 263.17º 0.58% 0.68% -
XYZ 16.7 11.27 41.34 -
YUV 96.18 171.92 139.29 -
System Red Green Blue C M Y K H S L
Decimal 112 73 174 0.36 0.58 0 0.32 263.17 0.41 0.48
Hex 70 49 AE 24 3A 0 20 107 29 30
Octal 160 111 256 44 72 0 40 407 51 60
Binary 1110000 1001001 10101110 100100 111010 0 100000 100000111 101001 110000

Color Harmonies of #7049AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7049AE

Black with #7049AE

Text Example


Text Example

White with #7049AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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