#71559F

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

Shades of Studio #71559F

Tints of Studio #71559F

Color information

#71559F (or 0x71559F) is unknown color: approx Studio. HEX triplet: 71, 55 and 9F. RGB value is (113,85,159). Sum of RGB (Red+Green+Blue) = 113+85+159=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #71559F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71559F is #8EAA60. Grayscale: #656565. Windows color (decimal): -9349729 or 10442097. OLE color: 10442097.

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

Color convert

RGB11385159-
CMYK0.290.4700.38
HSL262.7º30.33%47.84%-
HSV(B)262.7º46.54%62.35%-
XYZ16.3212.5134.36-
YUV101.81160.28135.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.65%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 159 (62.5% from 255) = 44.54%
R=31.65%
G=23.81%
B=44.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113851590.290.4700.38262.730.3347.84
Hex71559F1D2F0261071e30
Octal16112523735570464073660
Binary111000110101011001111111101101111010011010000011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71559F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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