#71569D

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

Shades of Studio #71569D

Tints of Studio #71569D

Color information

#71569D (or 0x71569D) is unknown color: approx Studio. HEX triplet: 71, 56 and 9D. RGB value is (113,86,157). Sum of RGB (Red+Green+Blue) = 113+86+157=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #71569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71569D is #8EA962. Grayscale: #656565. Windows color (decimal): -9349475 or 10311281. OLE color: 10311281.

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

Color convert

RGB11386157-
CMYK0.280.4500.38
HSL262.82º29.22%47.65%-
HSV(B)262.82º45.22%61.57%-
XYZ16.2212.633.48-
YUV102.17158.95135.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.74%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 157 (61.72% from 255) = 44.10%
R=31.74%
G=24.16%
B=44.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113861570.280.4500.38262.8229.2247.65
Hex71569D1C2D0261071d30
Octal16112623534550464073560
Binary111000110101101001110111100101101010011010000011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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