#715496

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

Shades of Studio #715496

Tints of Studio #715496

Color information

#715496 (or 0x715496) is unknown color: approx Studio. HEX triplet: 71, 54 and 96. RGB value is (113,84,150). Sum of RGB (Red+Green+Blue) = 113+84+150=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #715496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715496 is #8EAB69. Grayscale: #636363. Windows color (decimal): -9349994 or 9852017. OLE color: 9852017.

HSL color Cylindrical-coordinate representation of color #715496: hue angle of 266.36º degrees, saturation: 0.28, 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 #715496 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11384150-
CMYK0.250.4400.41
HSL266.36º28.21%45.88%-
HSV(B)266.36º44%58.82%-
XYZ15.4912.0530.36-
YUV100.2156.11137.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.56%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 150 (58.98% from 255) = 43.23%
R=32.56%
G=24.21%
B=43.23%

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
Decimal113841500.250.4400.41266.3628.2145.88
Hex715496192C02910a1c2e
Octal16112422631540514123456
Binary111000110101001001011011001101100010100110000101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715496; }

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

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

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

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

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

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

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

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