#7051AD

Color #7051AD Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7051AD

Tints of Studio #7051AD

Color information

#7051AD (or 0x7051AD) is unknown color: approx Studio. HEX triplet: 70, 51 and AD. RGB value is (112,81,173). Sum of RGB (Red+Green+Blue) = 112+81+173=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #7051AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7051AD is #8FAE52. Grayscale: #646464. Windows color (decimal): -9416275 or 11358576. OLE color: 11358576.

HSL color Cylindrical-coordinate representation of color #7051AD: hue angle of 260.22º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7051AD is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11281173-
CMYK0.350.5300.32
HSL260.22º36.22%49.8%-
HSV(B)260.22º53.18%67.84%-
XYZ17.1712.3541.01-
YUV100.76168.77136.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=30.60%
G=22.13%
B=47.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112811730.350.5300.32260.2236.2249.8
Hex7051AD23350201042432
Octal16012125543650404044462
Binary11100001010001101011011000111101010100000100000100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7051AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7051AD;
 }
 .AnyTagClassName
 {
   color: #7051AD;
 }
</style>
background-color css

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

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

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

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

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

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