#735999

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

Shades of Studio #735999

Tints of Studio #735999

Color information

#735999 (or 0x735999) is unknown color: approx Studio. HEX triplet: 73, 59 and 99. RGB value is (115,89,153). Sum of RGB (Red+Green+Blue) = 115+89+153=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #735999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735999 is #8CA666. Grayscale: #676767. Windows color (decimal): -9217639 or 10049907. OLE color: 10049907.

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

Color convert

RGB11589153-
CMYK0.250.4200.4
HSL264.38º26.45%47.45%-
HSV(B)264.38º41.83%60%-
XYZ16.3913.0931.8-
YUV104.07155.61135.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.21%
GREEN value IS 89 (35.16% from 255) = 24.93%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=32.21%
G=24.93%
B=42.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal115891530.250.4200.4264.3826.4547.45
Hex735999192A0281081a2f
Octal16313123131520504103257
Binary111001110110011001100111001101010010100010000100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735999; }

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

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

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

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

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

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

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

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