#715197

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

Shades of Studio #715197

Tints of Studio #715197

Color information

#715197 (or 0x715197) is unknown color: approx Studio. HEX triplet: 71, 51 and 97. RGB value is (113,81,151). Sum of RGB (Red+Green+Blue) = 113+81+151=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #715197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715197 is #8EAE68. Grayscale: #626262. Windows color (decimal): -9350761 or 9916785. OLE color: 9916785.

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

Color convert

RGB11381151-
CMYK0.250.4600.41
HSL267.43º30.17%45.49%-
HSV(B)267.43º46.36%59.22%-
XYZ15.3411.6330.71-
YUV98.55157.6138.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.75%
GREEN value IS 81 (32.03% from 255) = 23.48%
BLUE value IS 151 (59.38% from 255) = 43.77%
R=32.75%
G=23.48%
B=43.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113811510.250.4600.41267.4330.1745.49
Hex715197192E02910b1e2d
Octal16112122731560514133655
Binary111000110100011001011111001101110010100110000101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715197; }

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

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

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

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

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

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

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

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