#735093

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

Shades of Studio #735093

Tints of Studio #735093

Color information

#735093 (or 0x735093) is unknown color: approx Studio. HEX triplet: 73, 50 and 93. RGB value is (115,80,147). Sum of RGB (Red+Green+Blue) = 115+80+147=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #735093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735093 is #8CAF6C. Grayscale: #616161. Windows color (decimal): -9219949 or 9654387. OLE color: 9654387.

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

Color convert

RGB11580147-
CMYK0.220.4600.42
HSL271.34º29.52%44.51%-
HSV(B)271.34º45.58%57.65%-
XYZ15.2111.4929.02-
YUV98.1155.6140.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.63%
GREEN value IS 80 (31.64% from 255) = 23.39%
BLUE value IS 147 (57.81% from 255) = 42.98%
R=33.63%
G=23.39%
B=42.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115801470.220.4600.42271.3429.5244.51
Hex735093162E02A10f1e2d
Octal16312022326560524173655
Binary111001110100001001001110110101110010101010000111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735093; }

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

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

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

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

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

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

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

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