#734699

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

Shades of Studio #734699

Tints of Studio #734699

Color information

#734699 (or 0x734699) is unknown color: approx Studio. HEX triplet: 73, 46 and 99. RGB value is (115,70,153). Sum of RGB (Red+Green+Blue) = 115+70+153=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #734699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734699 is #8CB966. Grayscale: #5C5C5C. Windows color (decimal): -9222503 or 10045043. OLE color: 10045043.

HSL color Cylindrical-coordinate representation of color #734699: hue angle of 272.53º 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 #734699 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11570153-
CMYK0.250.5400.4
HSL272.53º37.22%43.73%-
HSV(B)272.53º54.25%60%-
XYZ15.0110.3331.34-
YUV92.92161.91143.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.02%
GREEN value IS 70 (27.73% from 255) = 20.71%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=34.02%
G=20.71%
B=45.27%

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
Decimal115701530.250.5400.4272.5337.2243.73
Hex7346991936028111252c
Octal16310623131660504214554
Binary1110011100011010011001110011101100101000100010001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734699; }

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

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

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

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

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

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

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

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