#7157A4

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

Shades of Studio #7157A4

Tints of Studio #7157A4

Color information

#7157A4 (or 0x7157A4) is unknown color: approx Studio. HEX triplet: 71, 57 and A4. RGB value is (113,87,164). Sum of RGB (Red+Green+Blue) = 113+87+164=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 164 (64.45% from 255 or 45.05% from 364); Max value from RGB is 164 - color contains mainly: blue. Hex color #7157A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7157A4 is #8EA85B. Grayscale: #676767. Windows color (decimal): -9349212 or 10770289. OLE color: 10770289.

HSL color Cylindrical-coordinate representation of color #7157A4: hue angle of 260.26º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7157A4 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11387164-
CMYK0.310.4700.36
HSL260.26º30.68%49.22%-
HSV(B)260.26º46.95%64.31%-
XYZ16.9213.0136.74-
YUV103.55162.11134.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.04%
GREEN value IS 87 (34.38% from 255) = 23.90%
BLUE value IS 164 (64.45% from 255) = 45.05%
R=31.04%
G=23.90%
B=45.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal113871640.310.4700.36260.2630.6849.22
Hex7157A41F2F0241041f31
Octal16112724437570444043761
Binary111000110101111010010011111101111010010010000010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7157A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7157A4; }

 p { color: rgb(113,87,164); }

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

<style>
 a { background-color: #7157A4; }

 a { background-color: rgb(113,87,164); }

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

<style>
 span { border-color: #7157A4; }

 span { border-color: rgb(113,87,164); }

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