#735699

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

Shades of Studio #735699

Tints of Studio #735699

Color information

#735699 (or 0x735699) is unknown color: approx Studio. HEX triplet: 73, 56 and 99. RGB value is (115,86,153). Sum of RGB (Red+Green+Blue) = 115+86+153=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #735699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735699 is #8CA966. Grayscale: #666666. Windows color (decimal): -9218407 or 10049139. OLE color: 10049139.

HSL color Cylindrical-coordinate representation of color #735699: hue angle of 265.97º degrees, saturation: 0.28, 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 #735699 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11586153-
CMYK0.250.4400.4
HSL265.97º28.03%46.86%-
HSV(B)265.97º43.79%60%-
XYZ16.1512.631.72-
YUV102.31156.61137.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.49%
GREEN value IS 86 (33.98% from 255) = 24.29%
BLUE value IS 153 (60.16% from 255) = 43.22%
R=32.49%
G=24.29%
B=43.22%

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
Decimal115861530.250.4400.4265.9728.0346.86
Hex735699192C02810a1c2f
Octal16312623131540504123457
Binary111001110101101001100111001101100010100010000101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735699; }

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

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

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

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

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

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

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

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