#715299

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

Shades of Studio #715299

Tints of Studio #715299

Color information

#715299 (or 0x715299) is unknown color: approx Studio. HEX triplet: 71, 52 and 99. RGB value is (113,82,153). Sum of RGB (Red+Green+Blue) = 113+82+153=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #715299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715299 is #8EAD66. Grayscale: #636363. Windows color (decimal): -9350503 or 10048113. OLE color: 10048113.

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

Color convert

RGB11382153-
CMYK0.260.4600.4
HSL266.2º30.21%46.08%-
HSV(B)266.2º46.41%60%-
XYZ15.5811.8531.6-
YUV99.36158.27137.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.47%
GREEN value IS 82 (32.42% from 255) = 23.56%
BLUE value IS 153 (60.16% from 255) = 43.97%
R=32.47%
G=23.56%
B=43.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113821530.260.4600.4266.230.2146.08
Hex7152991A2E02810a1e2e
Octal16112223132560504123656
Binary111000110100101001100111010101110010100010000101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715299; }

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

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

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

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

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

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

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

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