#715599

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

Shades of Studio #715599

Tints of Studio #715599

Color information

#715599 (or 0x715599) is unknown color: approx Studio. HEX triplet: 71, 55 and 99. RGB value is (113,85,153). Sum of RGB (Red+Green+Blue) = 113+85+153=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #715599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715599 is #8EAA66. Grayscale: #646464. Windows color (decimal): -9349735 or 10048881. OLE color: 10048881.

HSL color Cylindrical-coordinate representation of color #715599: hue angle of 264.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #715599 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11385153-
CMYK0.260.4400.4
HSL264.71º28.57%46.67%-
HSV(B)264.71º44.44%60%-
XYZ15.8112.3131.68-
YUV101.12157.28136.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.19%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 153 (60.16% from 255) = 43.59%
R=32.19%
G=24.22%
B=43.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113851530.260.4400.4264.7128.5746.67
Hex7155991A2C0281091d2f
Octal16112523132540504113557
Binary111000110101011001100111010101100010100010000100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715599; }

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

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

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

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

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

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

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

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