#7151AD

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

Shades of Studio #7151AD

Tints of Studio #7151AD

Color information

#7151AD (or 0x7151AD) is unknown color: approx Studio. HEX triplet: 71, 51 and AD. RGB value is (113,81,173). Sum of RGB (Red+Green+Blue) = 113+81+173=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #7151AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7151AD is #8EAE52. Grayscale: #646464. Windows color (decimal): -9350739 or 11358577. OLE color: 11358577.

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

Color convert

RGB11381173-
CMYK0.350.5300.32
HSL260.87º36.22%49.8%-
HSV(B)260.87º53.18%67.84%-
XYZ17.312.4141.02-
YUV101.06168.6136.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.79%
GREEN value IS 81 (32.03% from 255) = 22.07%
BLUE value IS 173 (67.97% from 255) = 47.14%
R=30.79%
G=22.07%
B=47.14%

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
Decimal113811730.350.5300.32260.8736.2249.8
Hex7151AD23350201052432
Octal16112125543650404054462
Binary11100011010001101011011000111101010100000100000101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7151AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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