Html Css Color HEX #7051AB Studio

📋 copy color: '#7051AB'

red 112 ◦ green 81 ◦ blue 171

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

Shades of Studio #7051AB

Tints of Studio #7051AB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.25%

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

R = 30.77%
G = 22.25%
B = 46.98%

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

#7051AB (or 0x7051AB) is known color: Studio. HEX triplet: 70, 51 and AB. RGB value is (112,81,171). Sum of RGB (Red+Green+Blue) = 112+81+171=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #7051AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7051AB is #8FAE54. Grayscale: #646464. Windows color (decimal): -9416277 or 11227504. OLE color: 11227504.

HSL color Cylindrical-coordinate representation of color #7051AB: hue angle of 260.67º 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 #7051AB is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 81 171 -
CMYK 0.35 0.53 0 0.33
HSL 260.67º 0.36% 0.49% -
HSV(B) 260.67º 0.53% 0.67% -
XYZ 16.98 12.27 40 -
YUV 100.53 167.77 136.18 -
System Red Green Blue C M Y K H S L
Decimal 112 81 171 0.35 0.53 0 0.33 260.67 0.36 0.49
Hex 70 51 AB 23 35 0 21 105 24 31
Octal 160 121 253 43 65 0 41 405 44 61
Binary 1110000 1010001 10101011 100011 110101 0 100001 100000101 100100 110001

Color Harmonies of #7051AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7051AB

Black with #7051AB

Text Example


Text Example

White with #7051AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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