#71549A

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

Shades of Studio #71549A

Tints of Studio #71549A

Color information

#71549A (or 0x71549A) is unknown color: approx Studio. HEX triplet: 71, 54 and 9A. RGB value is (113,84,154). Sum of RGB (Red+Green+Blue) = 113+84+154=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #71549A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71549A is #8EAB65. Grayscale: #646464. Windows color (decimal): -9349990 or 10114161. OLE color: 10114161.

HSL color Cylindrical-coordinate representation of color #71549A: hue angle of 264.86º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71549A is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11384154-
CMYK0.270.4500.40
HSL264.86º29.41%46.67%-
HSV(B)264.86º45.45%60.39%-
XYZ15.8112.1832.09-
YUV100.65158.11136.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.19%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 154 (60.55% from 255) = 43.87%
R=32.19%
G=23.93%
B=43.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113841540.270.4500.40264.8629.4146.67
Hex71549A1B2D0281091d2f
Octal16112423233550504113557
Binary111000110101001001101011011101101010100010000100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71549A; }

 p { color: rgb(113,84,154); }

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

<style>
 a { background-color: #71549A; }

 a { background-color: rgb(113,84,154); }

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

<style>
 span { border-color: #71549A; }

 span { border-color: rgb(113,84,154); }

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