Html Css Color HEX #7050AB Studio

📋 copy color: '#7050AB'

red 112 ◦ green 80 ◦ blue 171

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

Shades of Studio #7050AB

Tints of Studio #7050AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.04%

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

R = 30.85%
G = 22.04%
B = 47.11%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7050AB (or 0x7050AB) is known color: Studio. HEX triplet: 70, 50 and AB. RGB value is (112,80,171). Sum of RGB (Red+Green+Blue) = 112+80+171=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #7050AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7050AB is #8FAF54. Grayscale: #636363. Windows color (decimal): -9416533 or 11227248. OLE color: 11227248.

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

Color convert

RGB 112 80 171 -
CMYK 0.35 0.53 0 0.33
HSL 261.1º 0.36% 0.49% -
HSV(B) 261.1º 0.53% 0.67% -
XYZ 16.9 12.12 39.98 -
YUV 99.94 168.1 136.6 -
System Red Green Blue C M Y K H S L
Decimal 112 80 171 0.35 0.53 0 0.33 261.1 0.36 0.49
Hex 70 50 AB 23 35 0 21 105 24 31
Octal 160 120 253 43 65 0 41 405 44 61
Binary 1110000 1010000 10101011 100011 110101 0 100001 100000101 100100 110001

Color Harmonies of #7050AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7050AB

Black with #7050AB

Text Example


Text Example

White with #7050AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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