#715499

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

Shades of Studio #715499

Tints of Studio #715499

Color information

#715499 (or 0x715499) is unknown color: approx Studio. HEX triplet: 71, 54 and 99. RGB value is (113,84,153). Sum of RGB (Red+Green+Blue) = 113+84+153=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #715499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715499 is #8EAB66. Grayscale: #646464. Windows color (decimal): -9349991 or 10048625. OLE color: 10048625.

HSL color Cylindrical-coordinate representation of color #715499: hue angle of 265.22º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #715499 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11384153-
CMYK0.260.4500.4
HSL265.22º29.11%46.47%-
HSV(B)265.22º45.1%60%-
XYZ15.7312.1531.65-
YUV100.54157.61136.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.29%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 153 (60.16% from 255) = 43.71%
R=32.29%
G=24%
B=43.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113841530.260.4500.4265.2229.1146.47
Hex7154991A2D0281091d2e
Octal16112423132550504113556
Binary111000110101001001100111010101101010100010000100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715499; }

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

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

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

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

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

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

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

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