#71479E

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

Shades of Studio #71479E

Tints of Studio #71479E

Color information

#71479E (or 0x71479E) is unknown color: approx Studio. HEX triplet: 71, 47 and 9E. RGB value is (113,71,158). Sum of RGB (Red+Green+Blue) = 113+71+158=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 158 - color contains mainly: blue. Hex color #71479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71479E is #8EB861. Grayscale: #5D5D5D. Windows color (decimal): -9353314 or 10372977. OLE color: 10372977.

HSL color Cylindrical-coordinate representation of color #71479E: hue angle of 268.97º 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 #71479E is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11371158-
CMYK0.280.5500.38
HSL268.97º37.99%44.9%-
HSV(B)268.97º55.06%61.96%-
XYZ15.2310.4933.57-
YUV93.48164.41141.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 71 (28.12% from 255) = 20.76%
BLUE value IS 158 (62.11% from 255) = 46.20%
R=33.04%
G=20.76%
B=46.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113711580.280.5500.38268.9737.9944.9
Hex71479E1C3702610d262d
Octal16110723634670464154655
Binary1110001100011110011110111001101110100110100001101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71479E; }

 p { color: rgb(113,71,158); }

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

<style>
 a { background-color: #71479E; }

 a { background-color: rgb(113,71,158); }

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

<style>
 span { border-color: #71479E; }

 span { border-color: rgb(113,71,158); }

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