#71489F

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

Shades of Studio #71489F

Tints of Studio #71489F

Color information

#71489F (or 0x71489F) is unknown color: approx Studio. HEX triplet: 71, 48 and 9F. RGB value is (113,72,159). Sum of RGB (Red+Green+Blue) = 113+72+159=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #71489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71489F is #8EB760. Grayscale: #5D5D5D. Windows color (decimal): -9353057 or 10438769. OLE color: 10438769.

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

Color convert

RGB11372159-
CMYK0.290.5500.38
HSL268.28º37.66%45.29%-
HSV(B)268.28º54.72%62.35%-
XYZ15.3910.6534.05-
YUV94.18164.58141.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 72 (28.52% from 255) = 20.93%
BLUE value IS 159 (62.5% from 255) = 46.22%
R=32.85%
G=20.93%
B=46.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113721590.290.5500.38268.2837.6645.29
Hex71489F1D3702610c262d
Octal16111023735670464144655
Binary1110001100100010011111111011101110100110100001100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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