#734799

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

Shades of Studio #734799

Tints of Studio #734799

Color information

#734799 (or 0x734799) is unknown color: approx Studio. HEX triplet: 73, 47 and 99. RGB value is (115,71,153). Sum of RGB (Red+Green+Blue) = 115+71+153=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #734799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734799 is #8CB866. Grayscale: #5D5D5D. Windows color (decimal): -9222247 or 10045299. OLE color: 10045299.

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

Color convert

RGB11571153-
CMYK0.250.5400.4
HSL272.2º36.61%43.92%-
HSV(B)272.2º53.59%60%-
XYZ15.0710.4531.36-
YUV93.5161.58143.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.92%
GREEN value IS 71 (28.12% from 255) = 20.94%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=33.92%
G=20.94%
B=45.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal115711530.250.5400.4272.236.6143.92
Hex7347991936028110252c
Octal16310723131660504204554
Binary1110011100011110011001110011101100101000100010000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734799; }

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

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

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

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

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

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

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

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