#735799

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

Shades of Studio #735799

Tints of Studio #735799

Color information

#735799 (or 0x735799) is unknown color: approx Studio. HEX triplet: 73, 57 and 99. RGB value is (115,87,153). Sum of RGB (Red+Green+Blue) = 115+87+153=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #735799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735799 is #8CA866. Grayscale: #666666. Windows color (decimal): -9218151 or 10049395. OLE color: 10049395.

HSL color Cylindrical-coordinate representation of color #735799: hue angle of 265.45º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #735799 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11587153-
CMYK0.250.4300.4
HSL265.45º27.5%47.06%-
HSV(B)265.45º43.14%60%-
XYZ16.2312.7631.74-
YUV102.9156.28136.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.39%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 153 (60.16% from 255) = 43.10%
R=32.39%
G=24.51%
B=43.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal115871530.250.4300.4265.4527.547.06
Hex735799192B0281091b2f
Octal16312723131530504113357
Binary111001110101111001100111001101011010100010000100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735799; }

 p { color: rgb(115,87,153); }

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

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

 a { background-color: rgb(115,87,153); }

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

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

 span { border-color: rgb(115,87,153); }

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