#735493

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

Shades of Studio #735493

Tints of Studio #735493

Color information

#735493 (or 0x735493) is unknown color: approx Studio. HEX triplet: 73, 54 and 93. RGB value is (115,84,147). Sum of RGB (Red+Green+Blue) = 115+84+147=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #735493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735493 is #8CAB6C. Grayscale: #646464. Windows color (decimal): -9218925 or 9655411. OLE color: 9655411.

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

Color convert

RGB11584147-
CMYK0.220.4300.42
HSL269.52º27.27%45.29%-
HSV(B)269.52º42.86%57.65%-
XYZ15.5112.0929.12-
YUV100.45154.27138.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.24%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=33.24%
G=24.28%
B=42.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115841470.220.4300.42269.5227.2745.29
Hex735493162B02A10e1b2d
Octal16312422326530524163355
Binary111001110101001001001110110101011010101010000111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735493; }

 p { color: rgb(115,84,147); }

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

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

 a { background-color: rgb(115,84,147); }

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

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

 span { border-color: rgb(115,84,147); }

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