#735694

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

Shades of Studio #735694

Tints of Studio #735694

Color information

#735694 (or 0x735694) is unknown color: approx Studio. HEX triplet: 73, 56 and 94. RGB value is (115,86,148). Sum of RGB (Red+Green+Blue) = 115+86+148=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 148 - color contains mainly: blue. Hex color #735694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735694 is #8CA96B. Grayscale: #656565. Windows color (decimal): -9218412 or 9721459. OLE color: 9721459.

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

Color convert

RGB11586148-
CMYK0.220.4200.42
HSL268.06º26.5%45.88%-
HSV(B)268.06º41.89%58.04%-
XYZ15.7412.4429.59-
YUV101.74154.11137.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.95%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 148 (58.20% from 255) = 42.41%
R=32.95%
G=24.64%
B=42.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115861480.220.4200.42268.0626.545.88
Hex735694162A02A10c1a2e
Octal16312622426520524143256
Binary111001110101101001010010110101010010101010000110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735694; }

 p { color: rgb(115,86,148); }

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

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

 a { background-color: rgb(115,86,148); }

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

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

 span { border-color: rgb(115,86,148); }

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