#734993

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

Shades of Studio #734993

Tints of Studio #734993

Color information

#734993 (or 0x734993) is unknown color: approx Studio. HEX triplet: 73, 49 and 93. RGB value is (115,73,147). Sum of RGB (Red+Green+Blue) = 115+73+147=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #734993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734993 is #8CB66C. Grayscale: #5D5D5D. Windows color (decimal): -9221741 or 9652595. OLE color: 9652595.

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

Color convert

RGB11573147-
CMYK0.220.5000.42
HSL274.05º33.64%43.14%-
HSV(B)274.05º50.34%57.65%-
XYZ14.7210.5228.86-
YUV93.99157.91142.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.33%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 147 (57.81% from 255) = 43.88%
R=34.33%
G=21.79%
B=43.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115731470.220.5000.42274.0533.6443.14
Hex734993163202A112222b
Octal16311122326620524224253
Binary1110011100100110010011101101100100101010100010010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734993; }

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

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

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

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

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

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

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

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