#715095

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

Shades of Studio #715095

Tints of Studio #715095

Color information

#715095 (or 0x715095) is unknown color: approx Studio. HEX triplet: 71, 50 and 95. RGB value is (113,80,149). Sum of RGB (Red+Green+Blue) = 113+80+149=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #715095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715095 is #8EAF6A. Grayscale: #616161. Windows color (decimal): -9351019 or 9785457. OLE color: 9785457.

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

Color convert

RGB11380149-
CMYK0.240.4600.42
HSL268.7º30.13%44.9%-
HSV(B)268.7º46.31%58.43%-
XYZ15.111.4229.84-
YUV97.73156.93138.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 80 (31.64% from 255) = 23.39%
BLUE value IS 149 (58.59% from 255) = 43.57%
R=33.04%
G=23.39%
B=43.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113801490.240.4600.42268.730.1344.9
Hex715095182E02A10d1e2d
Octal16112022530560524153655
Binary111000110100001001010111000101110010101010000110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715095; }

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

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

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

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

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

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

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

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