#734899

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

Shades of Studio #734899

Tints of Studio #734899

Color information

#734899 (or 0x734899) is unknown color: approx Studio. HEX triplet: 73, 48 and 99. RGB value is (115,72,153). Sum of RGB (Red+Green+Blue) = 115+72+153=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #734899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734899 is #8CB766. Grayscale: #5D5D5D. Windows color (decimal): -9221991 or 10045555. OLE color: 10045555.

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

Color convert

RGB11572153-
CMYK0.250.5300.4
HSL271.85º36%44.12%-
HSV(B)271.85º52.94%60%-
XYZ15.1410.5831.38-
YUV94.09161.25142.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.82%
GREEN value IS 72 (28.52% from 255) = 21.18%
BLUE value IS 153 (60.16% from 255) = 45%
R=33.82%
G=21.18%
B=45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal115721530.250.5300.4271.853644.12
Hex7348991935028110242c
Octal16311023131650504204454
Binary1110011100100010011001110011101010101000100010000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734899; }

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

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

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

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

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

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

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

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