#71569B

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

Shades of Studio #71569B

Tints of Studio #71569B

Color information

#71569B (or 0x71569B) is unknown color: approx Studio. HEX triplet: 71, 56 and 9B. RGB value is (113,86,155). Sum of RGB (Red+Green+Blue) = 113+86+155=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #71569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71569B is #8EA964. Grayscale: #656565. Windows color (decimal): -9349477 or 10180209. OLE color: 10180209.

HSL color Cylindrical-coordinate representation of color #71569B: hue angle of 263.48º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71569B is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11386155-
CMYK0.270.4500.39
HSL263.48º28.63%47.25%-
HSV(B)263.48º44.52%60.78%-
XYZ16.0512.5332.58-
YUV101.94157.95135.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.92%
GREEN value IS 86 (33.98% from 255) = 24.29%
BLUE value IS 155 (60.94% from 255) = 43.79%
R=31.92%
G=24.29%
B=43.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113861550.270.4500.39263.4828.6347.25
Hex71569B1B2D0271071d2f
Octal16112623333550474073557
Binary111000110101101001101111011101101010011110000011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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