#71489A

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

Shades of Studio #71489A

Tints of Studio #71489A

Color information

#71489A (or 0x71489A) is unknown color: approx Studio. HEX triplet: 71, 48 and 9A. RGB value is (113,72,154). Sum of RGB (Red+Green+Blue) = 113+72+154=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #71489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71489A is #8EB765. Grayscale: #5D5D5D. Windows color (decimal): -9353062 or 10111089. OLE color: 10111089.

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

Color convert

RGB11372154-
CMYK0.270.5300.40
HSL270º36.28%44.31%-
HSV(B)270º53.25%60.39%-
XYZ14.9610.4831.81-
YUV93.61162.08141.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 21.24%
BLUE value IS 154 (60.55% from 255) = 45.43%
R=33.33%
G=21.24%
B=45.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113721540.270.5300.4027036.2844.31
Hex71489A1B3502810e242c
Octal16111023233650504164454
Binary1110001100100010011010110111101010101000100001110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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