#715497

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

Shades of Studio #715497

Tints of Studio #715497

Color information

#715497 (or 0x715497) is unknown color: approx Studio. HEX triplet: 71, 54 and 97. RGB value is (113,84,151). Sum of RGB (Red+Green+Blue) = 113+84+151=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 151 - color contains mainly: blue. Hex color #715497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715497 is #8EAB68. Grayscale: #646464. Windows color (decimal): -9349993 or 9917553. OLE color: 9917553.

HSL color Cylindrical-coordinate representation of color #715497: hue angle of 265.97º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #715497 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11384151-
CMYK0.250.4400.41
HSL265.97º28.51%46.08%-
HSV(B)265.97º44.37%59.22%-
XYZ15.5712.0930.79-
YUV100.31156.61137.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.47%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 151 (59.38% from 255) = 43.39%
R=32.47%
G=24.14%
B=43.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113841510.250.4400.41265.9728.5146.08
Hex715497192C02910a1d2e
Octal16112422731540514123556
Binary111000110101001001011111001101100010100110000101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715497; }

 p { color: rgb(113,84,151); }

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

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

 a { background-color: rgb(113,84,151); }

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

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

 span { border-color: rgb(113,84,151); }

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