#715495

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

Shades of Studio #715495

Tints of Studio #715495

Color information

#715495 (or 0x715495) is unknown color: approx Studio. HEX triplet: 71, 54 and 95. RGB value is (113,84,149). Sum of RGB (Red+Green+Blue) = 113+84+149=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #715495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715495 is #8EAB6A. Grayscale: #636363. Windows color (decimal): -9349995 or 9786481. OLE color: 9786481.

HSL color Cylindrical-coordinate representation of color #715495: hue angle of 266.77º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #715495 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11384149-
CMYK0.240.4400.42
HSL266.77º27.9%45.69%-
HSV(B)266.77º43.62%58.43%-
XYZ15.4112.0229.94-
YUV100.08155.61137.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.66%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=32.66%
G=24.28%
B=43.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113841490.240.4400.42266.7727.945.69
Hex715495182C02A10b1c2e
Octal16112422530540524133456
Binary111000110101001001010111000101100010101010000101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715495; }

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

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

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

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

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

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

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

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