#715395

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

Shades of Studio #715395

Tints of Studio #715395

Color information

#715395 (or 0x715395) is unknown color: approx Studio. HEX triplet: 71, 53 and 95. RGB value is (113,83,149). Sum of RGB (Red+Green+Blue) = 113+83+149=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #715395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715395 is #8EAC6A. Grayscale: #636363. Windows color (decimal): -9350251 or 9786225. OLE color: 9786225.

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

Color convert

RGB11383149-
CMYK0.240.4400.42
HSL267.27º28.45%45.49%-
HSV(B)267.27º44.3%58.43%-
XYZ15.3311.8729.92-
YUV99.49155.94137.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.75%
GREEN value IS 83 (32.81% from 255) = 24.06%
BLUE value IS 149 (58.59% from 255) = 43.19%
R=32.75%
G=24.06%
B=43.19%

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
Decimal113831490.240.4400.42267.2728.4545.49
Hex715395182C02A10b1c2d
Octal16112322530540524133455
Binary111000110100111001010111000101100010101010000101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715395; }

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

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

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

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

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

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

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

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