#71489D

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

Shades of Studio #71489D

Tints of Studio #71489D

Color information

#71489D (or 0x71489D) is unknown color: approx Studio. HEX triplet: 71, 48 and 9D. RGB value is (113,72,157). Sum of RGB (Red+Green+Blue) = 113+72+157=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #71489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71489D is #8EB762. Grayscale: #5D5D5D. Windows color (decimal): -9353059 or 10307697. OLE color: 10307697.

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

Color convert

RGB11372157-
CMYK0.280.5400.38
HSL268.94º37.12%44.9%-
HSV(B)268.94º54.14%61.57%-
XYZ15.2110.5833.14-
YUV93.95163.58141.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 72 (28.52% from 255) = 21.05%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=33.04%
G=21.05%
B=45.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113721570.280.5400.38268.9437.1244.9
Hex71489D1C3602610d252d
Octal16111023534660464154555
Binary1110001100100010011101111001101100100110100001101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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