#71489B

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

Shades of Studio #71489B

Tints of Studio #71489B

Color information

#71489B (or 0x71489B) is unknown color: approx Studio. HEX triplet: 71, 48 and 9B. RGB value is (113,72,155). Sum of RGB (Red+Green+Blue) = 113+72+155=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #71489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71489B is #8EB764. Grayscale: #5D5D5D. Windows color (decimal): -9353061 or 10176625. OLE color: 10176625.

HSL color Cylindrical-coordinate representation of color #71489B: hue angle of 269.64º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71489B is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11372155-
CMYK0.270.5400.39
HSL269.64º36.56%44.51%-
HSV(B)269.64º53.55%60.78%-
XYZ15.0410.5132.25-
YUV93.72162.58141.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.24%
GREEN value IS 72 (28.52% from 255) = 21.18%
BLUE value IS 155 (60.94% from 255) = 45.59%
R=33.24%
G=21.18%
B=45.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113721550.270.5400.39269.6436.5644.51
Hex71489B1B3602710e252d
Octal16111023333660474164555
Binary1110001100100010011011110111101100100111100001110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71489B; }

 p { color: rgb(113,72,155); }

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

<style>
 a { background-color: #71489B; }

 a { background-color: rgb(113,72,155); }

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

<style>
 span { border-color: #71489B; }

 span { border-color: rgb(113,72,155); }

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