#71569F

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

Shades of Studio #71569F

Tints of Studio #71569F

Color information

#71569F (or 0x71569F) is unknown color: approx Studio. HEX triplet: 71, 56 and 9F. RGB value is (113,86,159). Sum of RGB (Red+Green+Blue) = 113+86+159=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #71569F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71569F is #8EA960. Grayscale: #666666. Windows color (decimal): -9349473 or 10442353. OLE color: 10442353.

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

Color convert

RGB11386159-
CMYK0.290.4600.38
HSL262.19º29.8%48.04%-
HSV(B)262.19º45.91%62.35%-
XYZ16.412.6734.38-
YUV102.4159.95135.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 86 (33.98% from 255) = 24.02%
BLUE value IS 159 (62.5% from 255) = 44.41%
R=31.56%
G=24.02%
B=44.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113861590.290.4600.38262.1929.848.04
Hex71569F1D2E0261061e30
Octal16112623735560464063660
Binary111000110101101001111111101101110010011010000011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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