#71519D

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

Shades of Studio #71519D

Tints of Studio #71519D

Color information

#71519D (or 0x71519D) is unknown color: approx Studio. HEX triplet: 71, 51 and 9D. RGB value is (113,81,157). Sum of RGB (Red+Green+Blue) = 113+81+157=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #71519D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71519D is #8EAE62. Grayscale: #626262. Windows color (decimal): -9350755 or 10310001. OLE color: 10310001.

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

Color convert

RGB11381157-
CMYK0.280.4800.38
HSL265.26º31.93%46.67%-
HSV(B)265.26º48.41%61.57%-
XYZ15.8411.8333.35-
YUV99.23160.6137.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.19%
GREEN value IS 81 (32.03% from 255) = 23.08%
BLUE value IS 157 (61.72% from 255) = 44.73%
R=32.19%
G=23.08%
B=44.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113811570.280.4800.38265.2631.9346.67
Hex71519D1C30026109202f
Octal16112123534600464114057
Binary1110001101000110011101111001100000100110100001001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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