#735693

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

Shades of Studio #735693

Tints of Studio #735693

Color information

#735693 (or 0x735693) is unknown color: approx Studio. HEX triplet: 73, 56 and 93. RGB value is (115,86,147). Sum of RGB (Red+Green+Blue) = 115+86+147=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #735693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735693 is #8CA96C. Grayscale: #656565. Windows color (decimal): -9218413 or 9655923. OLE color: 9655923.

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

Color convert

RGB11586147-
CMYK0.220.4100.42
HSL268.52º26.18%45.69%-
HSV(B)268.52º41.5%57.65%-
XYZ15.6612.4129.17-
YUV101.62153.61137.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.05%
GREEN value IS 86 (33.98% from 255) = 24.71%
BLUE value IS 147 (57.81% from 255) = 42.24%
R=33.05%
G=24.71%
B=42.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115861470.220.4100.42268.5226.1845.69
Hex735693162902A10d1a2e
Octal16312622326510524153256
Binary111001110101101001001110110101001010101010000110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735693; }

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

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

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

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

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

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

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

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