Html Css Color HEX #7049AB Studio

📋 copy color: '#7049AB'

red 112 ◦ green 73 ◦ blue 171

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

Shades of Studio #7049AB

Tints of Studio #7049AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 31.46%
G = 20.51%
B = 48.03%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7049AB (or 0x7049AB) is known color: Studio. HEX triplet: 70, 49 and AB. RGB value is (112,73,171). Sum of RGB (Red+Green+Blue) = 112+73+171=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #7049AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7049AB is #8FB654. Grayscale: #5F5F5F. Windows color (decimal): -9418325 or 11225456. OLE color: 11225456.

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

Color convert

RGB 112 73 171 -
CMYK 0.35 0.57 0 0.33
HSL 263.88º 0.4% 0.48% -
HSV(B) 263.88º 0.57% 0.67% -
XYZ 16.42 11.15 39.82 -
YUV 95.83 170.42 139.53 -
System Red Green Blue C M Y K H S L
Decimal 112 73 171 0.35 0.57 0 0.33 263.88 0.4 0.48
Hex 70 49 AB 23 39 0 21 108 28 30
Octal 160 111 253 43 71 0 41 410 50 60
Binary 1110000 1001001 10101011 100011 111001 0 100001 100001000 101000 110000

Color Harmonies of #7049AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7049AB

Black with #7049AB

Text Example


Text Example

White with #7049AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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