#71579E

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

Shades of Studio #71579E

Tints of Studio #71579E

Color information

#71579E (or 0x71579E) is unknown color: approx Studio. HEX triplet: 71, 57 and 9E. RGB value is (113,87,158). Sum of RGB (Red+Green+Blue) = 113+87+158=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #71579E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71579E is #8EA861. Grayscale: #666666. Windows color (decimal): -9349218 or 10377073. OLE color: 10377073.

HSL color Cylindrical-coordinate representation of color #71579E: hue angle of 261.97º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71579E is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11387158-
CMYK0.280.4500.38
HSL261.97º28.98%48.04%-
HSV(B)261.97º44.94%61.96%-
XYZ16.3912.833.95-
YUV102.87159.11135.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 87 (34.38% from 255) = 24.30%
BLUE value IS 158 (62.11% from 255) = 44.13%
R=31.56%
G=24.30%
B=44.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113871580.280.4500.38261.9728.9848.04
Hex71579E1C2D0261061d30
Octal16112723634550464063560
Binary111000110101111001111011100101101010011010000011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71579E; }

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

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

<style>
 a { background-color: #71579E; }

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

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

<style>
 span { border-color: #71579E; }

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

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