#735599

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

Shades of Studio #735599

Tints of Studio #735599

Color information

#735599 (or 0x735599) is unknown color: approx Studio. HEX triplet: 73, 55 and 99. RGB value is (115,85,153). Sum of RGB (Red+Green+Blue) = 115+85+153=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #735599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735599 is #8CAA66. Grayscale: #656565. Windows color (decimal): -9218663 or 10048883. OLE color: 10048883.

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

Color convert

RGB11585153-
CMYK0.250.4400.4
HSL266.47º28.57%46.67%-
HSV(B)266.47º44.44%60%-
XYZ16.0712.4431.69-
YUV101.72156.94137.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.58%
GREEN value IS 85 (33.59% from 255) = 24.08%
BLUE value IS 153 (60.16% from 255) = 43.34%
R=32.58%
G=24.08%
B=43.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal115851530.250.4400.4266.4728.5746.67
Hex735599192C02810a1d2f
Octal16312523131540504123557
Binary111001110101011001100111001101100010100010000101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735599; }

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

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

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

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

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

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

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

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