#7152AB

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

Shades of Studio #7152AB

Tints of Studio #7152AB

Color information

#7152AB (or 0x7152AB) is unknown color: approx Studio. HEX triplet: 71, 52 and AB. RGB value is (113,82,171). Sum of RGB (Red+Green+Blue) = 113+82+171=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #7152AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7152AB is #8EAD54. Grayscale: #656565. Windows color (decimal): -9350485 or 11227761. OLE color: 11227761.

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

Color convert

RGB11382171-
CMYK0.340.5200.33
HSL260.9º35.18%49.61%-
HSV(B)260.9º52.05%67.06%-
XYZ17.1812.4940.03-
YUV101.42167.27136.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.87%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=30.87%
G=22.40%
B=46.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113821710.340.5200.33260.935.1849.61
Hex7152AB22340211052332
Octal16112225342640414054362
Binary11100011010010101010111000101101000100001100000101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7152AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,82,171); }

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

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

 a { background-color: rgb(113,82,171); }

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

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

 span { border-color: rgb(113,82,171); }

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