#735595

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

Shades of Studio #735595

Tints of Studio #735595

Color information

#735595 (or 0x735595) is unknown color: approx Studio. HEX triplet: 73, 55 and 95. RGB value is (115,85,149). Sum of RGB (Red+Green+Blue) = 115+85+149=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #735595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735595 is #8CAA6A. Grayscale: #656565. Windows color (decimal): -9218667 or 9786739. OLE color: 9786739.

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

Color convert

RGB11585149-
CMYK0.230.4300.42
HSL268.12º27.35%45.88%-
HSV(B)268.12º42.95%58.43%-
XYZ15.7412.3129.98-
YUV101.27154.94137.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.95%
GREEN value IS 85 (33.59% from 255) = 24.36%
BLUE value IS 149 (58.59% from 255) = 42.69%
R=32.95%
G=24.36%
B=42.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115851490.230.4300.42268.1227.3545.88
Hex735595172B02A10c1b2e
Octal16312522527530524143356
Binary111001110101011001010110111101011010101010000110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735595; }

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

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

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

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

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

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

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

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